Skip to content

Commit

Permalink
rhel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-N00B committed Mar 20, 2024
1 parent 825c007 commit 3b869cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rhel-core-images/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3_generic / /
COPY --from=quay.io/kairos/framework:v2.7.17 / /
RUN mkdir -p /run/lock
RUN touch /usr/libexec/.keep

Expand Down
4 changes: 2 additions & 2 deletions rhel-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG PASSWORD
FROM $BASE_IMAGE as base

# Generate os-release file
FROM quay.io/kairos/osbuilder-tools:v0.7.11 as osbuilder
FROM quay.io/kairos/osbuilder-tools:v0.200.5 as osbuilder
RUN zypper install -y gettext && zypper clean
RUN mkdir /workspace
COPY --from=base /etc/os-release /workspace/os-release
Expand Down Expand Up @@ -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.4.3_fips / /
COPY --from=quay.io/kairos/framework:v2.7.14-fips / /

COPY overlay/rhel8 /

Expand Down

0 comments on commit 3b869cc

Please sign in to comment.