Skip to content

Commit

Permalink
Merge pull request #128 from kairos-io/move_tools_fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Feb 7, 2024
2 parents 52475cf + 104eb89 commit c86be82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
ARG LEAP_VERSION=15.5
ARG FEDORA_VERSION=39
ARG LUET_VERSION=0.35.0
ARG ENKI_VERSION=v0.0.16

FROM quay.io/luet/base:$LUET_VERSION AS luet
FROM quay.io/kairos/enki:${ENKI_VERSION} as enki

FROM opensuse/leap:$LEAP_VERSION as default
RUN zypper ref && zypper dup -y
FROM fedora:$FEDORA_VERSION as default
RUN dnf -y update
## ISO+ Arm image + Netboot + cloud images Build depedencies
RUN zypper ref && zypper in -y bc qemu-tools jq cdrtools docker git curl gptfdisk kpartx sudo xfsprogs parted util-linux-systemd e2fsprogs curl util-linux udev rsync grub2 dosfstools grub2-x86_64-efi squashfs mtools xorriso lvm2 zstd
RUN dnf in -y bc qemu-tools jq genisoimage docker git curl gdisk kpartx sudo xfsprogs parted e2fsprogs curl util-linux udev rsync grub2 dosfstools mtools xorriso lvm2 zstd sbsigntools grub2-efi-x64 squashfs-tools openssl systemd-ukify systemd-boot
COPY --from=luet /usr/bin/luet /usr/bin/luet
ENV LUET_NOLOCK=true
ENV TMPDIR=/tmp
Expand Down

0 comments on commit c86be82

Please sign in to comment.