diff options
| author | Gaëtan Gilbert | 2018-05-22 12:05:06 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-22 12:05:06 +0200 |
| commit | ad8eaffd5f65f20f91c186214ce2e3a755418ff8 (patch) | |
| tree | 426485ca90eeb94239b2cafbef134e79d301504d /dev/ci/docker/bionic_coq | |
| parent | e07f69ca60423a3fc5a0654bb7a24b2889d1a4c1 (diff) | |
| parent | 3b089a920181aa6b6b959fc13ac86383f1c48198 (diff) | |
Merge PR #7526: [circle] Use Docker image from Gitlab registry.
Diffstat (limited to 'dev/ci/docker/bionic_coq')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 3 | ||||
| -rwxr-xr-x | dev/ci/docker/bionic_coq/hooks/post_push | 8 |
2 files changed, 3 insertions, 8 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 689d203a16..a1178ee2a0 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,3 +1,6 @@ +# CACHEKEY: "bionic_coq-V2018-05-07-V2" +# ^^ Update when modifying this file. + FROM ubuntu:bionic LABEL maintainer="e@x80.org" diff --git a/dev/ci/docker/bionic_coq/hooks/post_push b/dev/ci/docker/bionic_coq/hooks/post_push deleted file mode 100755 index 307680aa51..0000000000 --- a/dev/ci/docker/bionic_coq/hooks/post_push +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -COQCI_VERSION=V2018-05-07-V2 -docker tag $IMAGE_NAME $DOCKER_REPO:$COQCI_VERSION -docker push $DOCKER_REPO:$COQCI_VERSION - -docker tag $IMAGE_NAME coqci/base:$COQCI_VERSION -docker push coqci/base:$COQCI_VERSION |
