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
Merge requests
!706
feat: use official docker image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: use official docker image
use-official-docker-image
into
master
Overview
1
Commits
29
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
use-official-docker-image
into
master
1 year ago
Overview
1
Commits
29
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
4047456c
Show latest version
1 file
+
7
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4047456c
fix: avoid clean registry script
· 4047456c
Wouter Deconinck
authored
1 year ago
.gitlab-ci.yml
+
7
−
3
Options
@@ -507,7 +507,12 @@ clean:
-
docker-new
when
:
always
script
:
## remove the pipeline specific export from eicweb if needed
-
apk add curl
-
for id in 66 68 69 80 83 91 92 ; do
for tag in ${INTERNAL_TAG} ${INTERNAL_TAG}-default ${INTERNAL_TAG}-nightly ; do
curl --request DELETE --header "PRIVATE-TOKEN
:
${REG_CLEANUP_TOKEN}" ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/registry/repositories/${id}/tags/${tag} ;
done ;
done
-
echo "Cleaning up pipeline specific docker tags if needed"
-
bash ./gitlab-ci/cleanup_registry.sh -i debian_base -r 66 ${INTERNAL_TAG}
-
bash ./gitlab-ci/cleanup_registry.sh -i ubuntu_base -r 80 ${INTERNAL_TAG}
@@ -534,8 +539,7 @@ clean_unstable_mr:
variables
:
API
:
"
https://eicweb.phy.anl.gov/api/v4"
script
:
-
apt update -q
-
apt install -yq jq
-
apk add curl jq
-
for registry in
eicweb
eicweb.phy.anl.gov:4567/eic/juggler
Loading