CI: Use libpod/registry for registry
Change-Id: I3434eb7f751553a3a29a718ac20975529736bc3b
This commit is contained in:
parent
b8acc5de1c
commit
1cec85d680
@ -88,7 +88,7 @@ EOF
|
||||
sudo mkdir -p /tmp/logs/build
|
||||
sudo mkdir -p /opt/kolla_registry
|
||||
|
||||
sudo $CONTAINER_ENGINE run -d --net=host -e REGISTRY_HTTP_ADDR=0.0.0.0:4000 --restart=always -v /opt/kolla_registry/:/var/lib/registry --name registry registry:2
|
||||
sudo $CONTAINER_ENGINE run -d --net=host -e REGISTRY_HTTP_ADDR=0.0.0.0:4000 --restart=always -v /opt/kolla_registry/:/var/lib/registry --name registry quay.io/libpod/registry:2.8.2
|
||||
|
||||
|
||||
python3 -m venv ~/kolla-venv
|
||||
|
Loading…
Reference in New Issue
Block a user