Skip to content

Commit

Permalink
changing base image from spectro to quay for fips base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-N00B committed Sep 17, 2024
1 parent 14d1d43 commit 1323122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rhel-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ 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.7-fips / /
# COPY --from=gcr.io/spectro-images-public/kairos/framework:v2.11.7-fips / /
COPY --from=quay.io/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
Expand Down
3 changes: 2 additions & 1 deletion ubuntu-fips/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Kairos framework packages for ubuntu fips
FROM gcr.io/spectro-images-public/kairos/framework:v2.11.7-fips as kairos-fips
# FROM gcr.io/spectro-images-public/kairos/framework:v2.11.7-fips as kairos-fips
FROM quay.io/kairos/framework:v2.11.7-fips as kairos-fips

# Base ubuntu image (focal)
FROM ubuntu:focal as base
Expand Down

0 comments on commit 1323122

Please sign in to comment.