Update docker.io/library/ubuntu Docker tag to v19.10
This commit is contained in:
parent
802b45480c
commit
5f17cb484f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ test:
|
||||||
- podman run -e CI_HETZNER_KEY --entrypoint /bin/bash "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" -c 'docker-machine create --driver hetzner --hetzner-image="debian-10" --hetzner-server-type="cx11" --hetzner-api-token="$CI_HETZNER_KEY" ci-test-machine && docker-machine ls; docker-machine rm -y ci-test-machine'
|
- podman run -e CI_HETZNER_KEY --entrypoint /bin/bash "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" -c 'docker-machine create --driver hetzner --hetzner-image="debian-10" --hetzner-server-type="cx11" --hetzner-api-token="$CI_HETZNER_KEY" ci-test-machine && docker-machine ls; docker-machine rm -y ci-test-machine'
|
||||||
|
|
||||||
cleanup_test:
|
cleanup_test:
|
||||||
image: docker.io/library/ubuntu:19.04
|
image: docker.io/library/ubuntu:19.10
|
||||||
stage: cleanup_test
|
stage: cleanup_test
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
Reference in a new issue