Skip to content
Snippets Groups Projects
Commit 3b7cb7de authored by ale's avatar ale
Browse files

Pull on podman run

parent 1dbf8415
No related branches found
No related tags found
No related merge requests found
Pipeline #95998 passed
......@@ -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 \
......
  • ale @ale

    mentioned in commit 25619fc9

    ·

    mentioned in commit 25619fc9

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment