Skip to content
Snippets Groups Projects

feat: include ubuntu_dind Dockerfile

Merged Wouter Deconinck requested to merge ubuntu-dind into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -166,9 +166,11 @@ dind:
@@ -166,9 +166,11 @@ dind:
- BUILD_IMAGE: dind
- BUILD_IMAGE: dind
extends: .build
extends: .build
stage: dind
stage: dind
 
needs:
 
- version
script:
script:
- docker buildx build --push
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${CI_COMMIT_REF_NAME}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
--file containers/dind/Dockerfile
--file containers/dind/Dockerfile
containers/dind
containers/dind
Loading