Skip to content

Commit b955ca3

Browse files
committed
fix(podman): failed to reexec
1 parent 62a5f19 commit b955ca3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

rootfs/imagebuilder/build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ if [ -f "${from_auths_file}" ]; then
7474
fi
7575
export REGISTRY_AUTH_FILE
7676

77-
78-
mkdir -p "/tmp/storage-run-$(id -u)/podman"
77+
# fix: failed to reexec: Permission denied
78+
podman version>/dev/null 2>&1 || podman version
79+
# podman service
7980
podman system service --time 0 &
8081

8182
waiting_process podman

0 commit comments

Comments
 (0)