attempt 0 at fixing podman

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 15:37:56 +03:00
parent 63ccb19a8a
commit 3f56f3f00f
3 changed files with 5 additions and 4 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
8 9

View File

@ -8,9 +8,9 @@ mkdir -p "$ROOTFS_PATH"
# Pull and mount docker image # Pull and mount docker image
podman pull ghcr.io/pikaos-linux/pikaos-base:canaryv3 podman --storage-driver=vfs pull ghcr.io/pikaos-linux/pikaos-base:canaryv3
podman image mount pikaos-linux/pikaos-base:canaryv3 > ./docker-merged-path podman --storage-driver=vfs image mount pikaos-linux/pikaos-base:canaryv3 > ./docker-merged-path
DOCKER_MERGED_PATH=$(cat ./docker-merged-path) DOCKER_MERGED_PATH=$(cat ./docker-merged-path)

View File

@ -16,4 +16,5 @@ apt-get install -y --no-install-recommends --option Dpkg::Options::="--force-con
mtools \ mtools \
dosfstools \ dosfstools \
rsync \ rsync \
podman podman \
iptables