Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JenkinsConfiguration
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
ChimeraTK Mirror
JenkinsConfiguration
Commits
89da53d1
Commit
89da53d1
authored
4 years ago
by
Martin Killenberg
Browse files
Options
Downloads
Patches
Plain Diff
fixed name of tubleweed image in modify_image helper script
parent
866281f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/tumbleweed.modify_image.sh
+2
-2
2 additions, 2 deletions
dockerfiles/tumbleweed.modify_image.sh
with
2 additions
and
2 deletions
dockerfiles/tumbleweed.modify_image.sh
+
2
−
2
View file @
89da53d1
...
...
@@ -4,7 +4,7 @@
# --security-opt seccomp:unconfined flag, which is not available when building an image. So here is the work-around:
# Create a container with the required flag and start it
docker create
-i
--security-opt
seccomp:unconfined
--name
tumbleweed_updater tumbleweed
docker create
-i
--security-opt
seccomp:unconfined
--name
tumbleweed_updater
builder:
tumbleweed
docker start tumbleweed_updater
# Execute the required commands in the container
...
...
@@ -16,7 +16,7 @@ docker exec tumbleweed_updater git config --system https.proxy http://xfelproxy.
# Stop the container and commit the changes to the image
docker stop tumbleweed_updater
docker commit tumbleweed_updater tumbleweed
docker commit tumbleweed_updater
builder:
tumbleweed
# Finally remove the container
docker container
rm
tumbleweed_updater
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