Skip to content
Snippets Groups Projects

feat: include ubuntu_dind Dockerfile

Merged Wouter Deconinck requested to merge ubuntu-dind into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -45,6 +45,7 @@ variables:
EXPORT_TAG: ""
stages:
- dind
- config
- base ## base OS image
- jug ## jug container images
@@ -79,6 +80,15 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^v[0-9]+\.[0-9]+-[a-z]+-stable/' ## special stable branch: vX.Y-acadia-stable (etc)
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/' ## commit tags start with vX.Y.Z with optional suffix
## Docker-in-docker image
dind:
stage: dind
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${CI_COMMIT_REF_NAME}
--file containers/dind/Dockerfile
containers/dind
## plan:
## Workflows:
## - master --> config + all build stages + singularity
Loading