Compare commits
No commits in common. "3d9dd0ecf2ae207f05c06534b2344e31d1615edf" and "6cd88a70efe592331bdedc9627c6cf1271be0852" have entirely different histories.
3d9dd0ecf2
...
6cd88a70ef
|
@ -27,12 +27,9 @@ RUN --mount=type=cache,target=/var/cache \
|
||||||
buildah \
|
buildah \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
gettext-envsubst \
|
gettext-envsubst \
|
||||||
libconfuse \
|
|
||||||
squashfs-tools \
|
squashfs-tools \
|
||||||
tar \
|
tar \
|
||||||
zstd \
|
zstd \
|
||||||
&& :
|
&& :
|
||||||
|
|
||||||
COPY --from=build /usr/local/bin/genimage /usr/local/bin/genimage
|
COPY --from=build /usr/local/bin/genimage /usr/local/bin/genimage
|
||||||
|
|
||||||
ENV BUILDAH_ISOLATION=chroot
|
|
||||||
|
|
Loading…
Reference in New Issue