1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

misc: update podman images

This commit is contained in:
Markus F.X.J. Oberhumer
2022-11-26 19:12:26 +01:00
parent 9f5d67e27c
commit 741cb3a136
6 changed files with 14 additions and 26 deletions

View File

@ -6,7 +6,7 @@ argv0=$0; argv0abs="$(readlink -fn "$argv0")"; argv0dir="$(dirname "$argv0abs")"
# run an interactive shell in the image
# using a rootless Podman container
image=upx-cross-compile-20221108-v7
image=upx-cross-compile-20221108-v8
flags=( -ti --read-only --rm )
flags+=( --cap-drop=all ) # drop all capabilities