mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-05 14:42:20 +02:00
chores: use registry.dev as registry name
Signed-off-by: Tao Li <tao.li@enterprisedb.com>
This commit is contained in:
parent
5c07b3e809
commit
7704f2a291
@ -12,7 +12,7 @@ vars:
|
|||||||
E2E_KUBERNETES_VERSION: v1.36.1
|
E2E_KUBERNETES_VERSION: v1.36.1
|
||||||
E2E_CLUSTER_NAME: barman-cloud-plugin-e2e-{{.E2E_KUBERNETES_VERSION}}
|
E2E_CLUSTER_NAME: barman-cloud-plugin-e2e-{{.E2E_KUBERNETES_VERSION}}
|
||||||
REGISTRY_NETWORK: barman-cloud-plugin
|
REGISTRY_NETWORK: barman-cloud-plugin
|
||||||
REGISTRY_NAME: registry.barman-cloud-plugin
|
REGISTRY_NAME: registry.dev
|
||||||
REGISTRY_PORT: 5000
|
REGISTRY_PORT: 5000
|
||||||
DAGGER_ENGINE_CONTAINER_NAME: e2e-dagger-engine
|
DAGGER_ENGINE_CONTAINER_NAME: e2e-dagger-engine
|
||||||
|
|
||||||
@ -149,7 +149,7 @@ tasks:
|
|||||||
desc: Generate certificates for the local registry
|
desc: Generate certificates for the local registry
|
||||||
run: once
|
run: once
|
||||||
cmds:
|
cmds:
|
||||||
- >
|
- >
|
||||||
mkdir -p certs &&
|
mkdir -p certs &&
|
||||||
docker volume create certs &&
|
docker volume create certs &&
|
||||||
docker run -v certs:/certs -w /certs --name certs --entrypoint=/bin/sh alpine/openssl -c '
|
docker run -v certs:/certs -w /certs --name certs --entrypoint=/bin/sh alpine/openssl -c '
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user