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

feat: rm dind jobs (never quite worked)

parent f03012f8
No related branches found
No related tags found
1 merge request!705feat: rm dind jobs (never quite worked)
...@@ -47,7 +47,6 @@ variables: ...@@ -47,7 +47,6 @@ variables:
stages: stages:
- config - config
- dind
- base ## base OS image - base ## base OS image
- jug ## jug container images - jug ## jug container images
- deploy ## build/deploy singularity images - deploy ## build/deploy singularity images
...@@ -204,42 +203,6 @@ version: ...@@ -204,42 +203,6 @@ version:
## TODO ## TODO
## oneapi_runtime + jug_xl --> oneapi_prod ## oneapi_runtime + jug_xl --> oneapi_prod
## Docker-in-docker image
dind-build:
parallel:
matrix:
- BUILD_IMAGE: dind
extends: .build
stage: dind
needs:
- 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:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
${EXPORT_TAG:+
${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${EXPORT_TAG}}
${DH_PUSH:+--tag ${DH_REGISTRY}/${DH_REGISTRY_USER}/${BUILD_IMAGE}:${EXPORT_TAG}}
${GH_PUSH:+--tag ${GH_REGISTRY}/${GH_REGISTRY_USER}/${BUILD_IMAGE}:${EXPORT_TAG}}
}
--file containers/dind/Dockerfile
containers/dind
base: base:
parallel: parallel:
matrix: matrix:
...@@ -562,7 +525,6 @@ clean: ...@@ -562,7 +525,6 @@ clean:
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG} ./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
fi fi
- ./gitlab-ci/cleanup_registry.sh -i dind -r 93 ${INTERNAL_TAG}
clean_unstable_mr: clean_unstable_mr:
extends: .docker extends: .docker
......
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