mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
ci: remove the exposure of port 5000 in the CI registry
Closes #389 Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
parent
8b01bb96b5
commit
af2753df96
@ -183,7 +183,6 @@ tasks:
|
||||
cmds:
|
||||
- >
|
||||
docker run -d --name {{ .REGISTRY_NAME }}
|
||||
-p {{ .REGISTRY_PORT }}:5000
|
||||
--network {{ .REGISTRY_NETWORK }}
|
||||
-v certs:/certs
|
||||
-e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/server-cert.pem -e REGISTRY_HTTP_TLS_KEY=/certs/server-key.pem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user