Skip to content
Snippets Groups Projects
Commit de08db62 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: use dind:${INTERNAL_TAG} during build

parent 57439485
No related branches found
No related tags found
1 merge request!631feat: use dind:${INTERNAL_TAG} during build
...@@ -157,7 +157,7 @@ version: ...@@ -157,7 +157,7 @@ version:
## oneapi_runtime + jug_xl --> oneapi_prod ## oneapi_runtime + jug_xl --> oneapi_prod
## Docker-in-docker image ## Docker-in-docker image
dind: dind-build:
parallel: parallel:
matrix: matrix:
- BUILD_IMAGE: dind - BUILD_IMAGE: dind
...@@ -165,6 +165,22 @@ dind: ...@@ -165,6 +165,22 @@ dind:
stage: dind stage: dind
needs: needs:
- version - version
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
--file containers/dind/Dockerfile
containers/dind
dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
parallel:
matrix:
- BUILD_IMAGE: dind
extends: .build
stage: dind
needs:
- version
- dind-build
script: script:
- docker buildx build --push - docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG} --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
......
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