1
0
mirror of https://github.com/kairos-io/osbuilder.git synced 2025-05-10 09:04:58 +00:00

Add luet to tool image

This commit is contained in:
Ettore Di Giacinto 2022-09-13 21:54:32 +00:00
parent 6dde050079
commit cb21b7742b

View File

@ -1,12 +1,14 @@
ARG ELEMENTAL_CLI_VERSION=v0.0.15-ae4f000
ARG LEAP_VERSION=15.4
ARG LUET_VERSION=0.32.5
FROM quay.io/costoolkit/elemental-cli:$ELEMENTAL_CLI_VERSION AS elemental
FROM quay.io/luet/base:$LUET_VERSION AS luet
FROM quay.io/costoolkit/releases-teal:grub2-live-0.0.3-2 AS grub2
FROM quay.io/costoolkit/releases-teal:grub2-efi-image-live-0.0.2-2 AS efi
FROM opensuse/leap:$LEAP_VERSION
COPY --from=elemental /usr/bin/elemental /usr/bin/elemental
COPY --from=luet /usr/bin/luet /usr/bin/luet
COPY --from=grub2 / /grub2
COPY --from=efi / /efi