diff --git a/rhel-core-images/Dockerfile.rhel8 b/rhel-core-images/Dockerfile.rhel8 index 7ec33d2..5ff0fcf 100644 --- a/rhel-core-images/Dockerfile.rhel8 +++ b/rhel-core-images/Dockerfile.rhel8 @@ -57,7 +57,7 @@ RUN uuidgen > /etc/machine-id && dnf install -y \ rsync jq && dnf clean all -COPY --from=quay.io/kairos/framework:v2.11.2 / / +COPY --from=quay.io/kairos/framework:v2.11.7 / / RUN sed -i 's/\bsource\b/./g' /system/oem/00_rootfs.yaml RUN sed -i 's/\bsource\b/./g' /system/oem/09_openrc_services.yaml diff --git a/rhel-core-images/Dockerfile.rhel9 b/rhel-core-images/Dockerfile.rhel9 index 9c0b815..9e76cab 100644 --- a/rhel-core-images/Dockerfile.rhel9 +++ b/rhel-core-images/Dockerfile.rhel9 @@ -57,7 +57,7 @@ RUN uuidgen > /etc/machine-id && dnf install -y \ rsync jq && dnf clean all -COPY --from=quay.io/kairos/framework:v2.11.2 / / +COPY --from=quay.io/kairos/framework:v2.11.7 / / RUN sed -i 's/\bsource\b/./g' /system/oem/00_rootfs.yaml RUN sed -i 's/\bsource\b/./g' /system/oem/09_openrc_services.yaml diff --git a/rhel-core-images/README.md b/rhel-core-images/README.md index 165c0e1..59d8dca 100644 --- a/rhel-core-images/README.md +++ b/rhel-core-images/README.md @@ -26,7 +26,7 @@ This scenario is for the environment where Red Hat Satellite must be used and ac 1. Mirror base RHEL UBI image (`registry.access.redhat.com/ubi9-init:9.4-6`) to the internal Container registry. Provide image path for the build process by using argument `BASE_IMAGE`. -2. Mirror Kairos framework image (`quay.io/kairos/framework:v2.11.2`) to the internal Container registry. Provide image path for the build process by using argument `KAIROS_FRAMEWORK_IMAGE`. +2. Mirror Kairos framework image (`quay.io/kairos/framework:v2.11.7`) to the internal Container registry. Provide image path for the build process by using argument `KAIROS_FRAMEWORK_IMAGE`. 3. Have the following repostiories synced and available on Red Hat Satellite: diff --git a/rhel-fips/Dockerfile b/rhel-fips/Dockerfile index ee0a312..f0b6db8 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=gcr.io/spectro-images-public/kairos/framework:v2.11.2-fips / / +COPY --from=gcr.io/spectro-images-public/kairos/framework:v2.11.7-fips / / RUN sed -i 's/\bsource\b/./g' /system/oem/00_rootfs.yaml RUN sed -i 's/\bsource\b/./g' /system/oem/09_openrc_services.yaml diff --git a/slem/Dockerfile b/slem/Dockerfile index 6815aaf..94452ce 100644 --- a/slem/Dockerfile +++ b/slem/Dockerfile @@ -30,7 +30,7 @@ RUN mkdir -p /run/lock RUN mkdir -p /usr/libexec RUN touch /usr/libexec/.keep -COPY --from=quay.io/kairos/framework:v2.11.2 / / +COPY --from=quay.io/kairos/framework:v2.11.7 / / RUN sed -i 's/\bsource\b/./g' /system/oem/00_rootfs.yaml RUN sed -i 's/\bsource\b/./g' /system/oem/09_openrc_services.yaml diff --git a/ubuntu-fips/Dockerfile b/ubuntu-fips/Dockerfile index 70f92d2..1501455 100644 --- a/ubuntu-fips/Dockerfile +++ b/ubuntu-fips/Dockerfile @@ -1,6 +1,6 @@ # Kairos framework packages for ubuntu fips -FROM gcr.io/spectro-images-public/kairos/framework:v2.11.2-fips as kairos-fips +FROM gcr.io/spectro-images-public/kairos/framework:v2.11.7-fips as kairos-fips # Base ubuntu image (focal) FROM ubuntu:focal as base