This commit is contained in:
parent
63ccb19a8a
commit
3f56f3f00f
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
||||
8
|
||||
9
|
@ -8,9 +8,9 @@ mkdir -p "$ROOTFS_PATH"
|
||||
|
||||
# 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)
|
||||
|
||||
|
@ -16,4 +16,5 @@ apt-get install -y --no-install-recommends --option Dpkg::Options::="--force-con
|
||||
mtools \
|
||||
dosfstools \
|
||||
rsync \
|
||||
podman
|
||||
podman \
|
||||
iptables
|
||||
|
Loading…
Reference in New Issue
Block a user