Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float-podman-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pipelines
images
test
float-podman-runner
Commits
3b7cb7de
Commit
3b7cb7de
authored
3 weeks ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Pull on podman run
parent
1dbf8415
No related branches found
No related tags found
No related merge requests found
Pipeline
#95998
passed
3 weeks ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with-container
+1
-9
1 addition, 9 deletions
with-container
with
1 addition
and
9 deletions
with-container
+
1
−
9
View file @
3b7cb7de
...
...
@@ -32,20 +32,12 @@ fi
# /etc/ssl/certs. Copy everything to a bind-mountable dir.
cp
-rL
/etc/ssl/certs /tmp/certs
case
"
$image
"
in
localhost/
*
)
;;
*
)
podman pull
$image
\
||
die
"error fetching image"
;;
esac
set
-x
podman run
\
--rm
\
--name
=
test-container
\
--pull
=
never
\
--pull
=
always
\
--log-driver
=
none
\
--no-healthcheck
\
--network
=
host
\
...
...
This diff is collapsed.
Click to expand it.
ale
@ale
mentioned in commit
25619fc9
·
3 weeks ago
mentioned in commit
25619fc9
mentioned in commit 25619fc9ee2978ee24f641fbb619065a239e1a2f
Toggle commit list
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