Skip to content
Snippets Groups Projects

feat: use official docker image

Merged Wouter Deconinck requested to merge use-official-docker-image into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -236,6 +236,7 @@ base:
@@ -236,6 +236,7 @@ base:
containers/debian
containers/debian
mirrors:
mirrors:
 
stage: config
script:
script:
- apk add envsubst
- apk add envsubst
- |
- |
@@ -245,7 +246,7 @@ mirrors:
@@ -245,7 +246,7 @@ mirrors:
cat mirrors.yaml.in | envsubst > mirrors.yaml
cat mirrors.yaml.in | envsubst > mirrors.yaml
artifacts:
artifacts:
paths:
paths:
mirrors.yaml
- mirrors.yaml
jug_dev:
jug_dev:
parallel:
parallel:
Loading