Merge pull request #20949 from lsm5/crun-wasm-podman-next-fcos
[CI:BUILD] override crun-wasm in fcos + podman-next image build
This commit is contained in:
commit
67a840fefb
|
|
@ -13,8 +13,8 @@ ADD https://download.copr.fedorainfracloud.org/results/rhcontainerbot/podman-nex
|
||||||
# Note: Currently does not result in a size reduction for the container image
|
# Note: Currently does not result in a size reduction for the container image
|
||||||
RUN rpm-ostree override replace --experimental --freeze \
|
RUN rpm-ostree override replace --experimental --freeze \
|
||||||
--from repo="copr:copr.fedorainfracloud.org:rhcontainerbot:podman-next" \
|
--from repo="copr:copr.fedorainfracloud.org:rhcontainerbot:podman-next" \
|
||||||
aardvark-dns containers-common containers-common-extra crun netavark podman && \
|
aardvark-dns containers-common containers-common-extra crun crun-wasm netavark podman && \
|
||||||
rpm-ostree install crun-wasm wasmedge-rt && \
|
rpm-ostree install wasmedge-rt && \
|
||||||
rpm-ostree override remove moby-engine containerd runc && \
|
rpm-ostree override remove moby-engine containerd runc && \
|
||||||
ostree container commit
|
ostree container commit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue