Skip to content
Snippets Groups Projects
Commit 18f35106 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Pin the docker image version

parent 222515cd
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ stages: ...@@ -20,7 +20,7 @@ stages:
variables: variables:
# Commit of ghc/ci-images repository from which to pull Docker images # Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f DOCKER_TAG: "2.3"
# Default GHC bindist # Default GHC bindist
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27" GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
...@@ -135,7 +135,7 @@ update-repo: ...@@ -135,7 +135,7 @@ update-repo:
- x86_64-linux - x86_64-linux
- head.hackage - head.hackage
image: nixos/nix image: "nixos/nix:$DOCKER_TAG"
variables: variables:
KEYS_TARBALL: https://downloads.haskell.org/ghc/head.hackage-keys.tar.enc KEYS_TARBALL: https://downloads.haskell.org/ghc/head.hackage-keys.tar.enc
...@@ -166,7 +166,7 @@ pages: ...@@ -166,7 +166,7 @@ pages:
tags: tags:
- x86_64-linux - x86_64-linux
- head.hackage - head.hackage
image: nixos/nix image: "nixos/nix:$DOCKER_TAG"
script: script:
- mv repo public - mv repo public
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment