diff --git a/rhel-core-images/Dockerfile.rhel8 b/rhel-core-images/Dockerfile.rhel8 index 43ab4d3..44bfe21 100644 --- a/rhel-core-images/Dockerfile.rhel8 +++ b/rhel-core-images/Dockerfile.rhel8 @@ -56,7 +56,7 @@ RUN uuidgen > /etc/machine-id && dnf install -y \ kernel kernel-modules kernel-modules-extra \ rsync jq && dnf clean all -COPY --from=quay.io/kairos/framework:v2.8.0 / / +COPY --from=quay.io/kairos/framework:v2.7.28 / / RUN mkdir -p /run/lock RUN touch /usr/libexec/.keep diff --git a/rhel-fips/Dockerfile b/rhel-fips/Dockerfile index 19c8d5b..839beb7 100644 --- a/rhel-fips/Dockerfile +++ b/rhel-fips/Dockerfile @@ -83,7 +83,7 @@ RUN mkdir -p /run/lock && \ # Copy the os-release file to identify the OS COPY --from=osbuilder /workspace/os-release /etc/os-release -COPY --from=quay.io/kairos/framework:v2.8.0-fips / / +COPY --from=quay.io/kairos/framework:v2.7.28-fips / / COPY overlay/rhel8 / diff --git a/slem/Dockerfile b/slem/Dockerfile index 7827442..5e4477e 100644 --- a/slem/Dockerfile +++ b/slem/Dockerfile @@ -28,7 +28,7 @@ RUN mkdir -p /run/lock RUN mkdir -p /usr/libexec RUN touch /usr/libexec/.keep -COPY --from=quay.io/kairos/framework:v2.8.0 / / +COPY --from=quay.io/kairos/framework:v2.7.28 / / # Remove file below to allow dracut to build initrd without dhcp-client RUN rm -rf /usr/lib/dracut/modules.d/35network-legacy diff --git a/ubuntu-fips/Dockerfile b/ubuntu-fips/Dockerfile index 085efe4..1e34d4e 100644 --- a/ubuntu-fips/Dockerfile +++ b/ubuntu-fips/Dockerfile @@ -1,6 +1,6 @@ # Kairos framework packages for ubuntu fips -FROM quay.io/kairos/framework:v2.8.0-fips as kairos-fips +FROM quay.io/kairos/framework:v2.7.28-fips as kairos-fips # Base ubuntu image (focal) FROM ubuntu:focal as base