Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
5e0bd49f
Commit
5e0bd49f
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: rm dind jobs (never quite worked)
parent
f03012f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!705
feat: rm dind jobs (never quite worked)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-38
0 additions, 38 deletions
.gitlab-ci.yml
with
0 additions
and
38 deletions
.gitlab-ci.yml
+
0
−
38
View file @
5e0bd49f
...
...
@@ -47,7 +47,6 @@ variables:
stages
:
-
config
-
dind
-
base
## base OS image
-
jug
## jug container images
-
deploy
## build/deploy singularity images
...
...
@@ -204,42 +203,6 @@ version:
## TODO
## 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
:
parallel
:
matrix
:
...
...
@@ -562,7 +525,6 @@ clean:
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
fi
-
./gitlab-ci/cleanup_registry.sh -i dind -r 93 ${INTERNAL_TAG}
clean_unstable_mr
:
extends
:
.docker
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment