[Git][ghc/ghc][wip/bump-ci-images] gitlab-ci: Bump Docker images
Ben Gamari
gitlab at gitlab.haskell.org
Fri Sep 4 16:02:30 UTC 2020
Ben Gamari pushed to branch wip/bump-ci-images at Glasgow Haskell Compiler / GHC
Commits:
76730390 by Ben Gamari at 2020-09-04T12:02:21-04:00
gitlab-ci: Bump Docker images
We now generate our Docker images via Dhall definitions, as described in
ghc/ci-images!52.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY: "1"
# Commit of ghc/ci-images repository from which to pull Docker images
- DOCKER_REV: b65e1145d7c0a62c3533904a88dac14f56fb371b
+ DOCKER_REV: bbb39306d7736906e3c943641854a47ccdde0e07
# Sequential version number capturing the versions of all tools fetched by
# .gitlab/ci.sh.
@@ -734,7 +734,7 @@ release-x86_64-linux-deb8:
.build-x86_64-linux-alpine-hadrian:
extends: .validate-linux-hadrian
stage: full-build
- image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine:$DOCKER_REV"
+ image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine3_12:$DOCKER_REV"
# There are currently a few failing tests
allow_failure: true
variables:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7673039067a5876a782c016cca38166c046bdbac
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7673039067a5876a782c016cca38166c046bdbac
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200904/0eb24118/attachment.html>
More information about the ghc-commits
mailing list