EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 9fa553ed authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

re-use images

parent 7c3dac73
Branches
Tags
No related merge requests found
......@@ -70,7 +70,18 @@ test:
- chmod +x env_setup.sh wait_for_container.sh
- ./env_setup.sh
- mkdir data
- docker image ls
- IMAGE="$CI_REGISTRY_IMAGE/pvs_core"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- IMAGE="$CI_REGISTRY_IMAGE/pvs_cache"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- IMAGE="$CI_REGISTRY_IMAGE/pvs_preprocessor"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- IMAGE="$CI_REGISTRY_IMAGE/pvs_client"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- docker swarm init
- docker network create -d overlay emg-extnet
- docker stack deploy -c docker-compose.emg.yml -c docker-compose.emg.dev.yml emg-pvs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment