From 99c40b5bdf3dab3cfa43c8b9f29f82af54920f50 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Wed, 12 Jun 2024 08:57:47 +0530 Subject: [PATCH] os name fix (#214) --- rhel-fips/Dockerfile | 3 +-- ubuntu-fips/Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/rhel-fips/Dockerfile b/rhel-fips/Dockerfile index 87e4018..93d179c 100644 --- a/rhel-fips/Dockerfile +++ b/rhel-fips/Dockerfile @@ -12,9 +12,8 @@ RUN mkdir /workspace COPY --from=base /etc/os-release /workspace/os-release # You should change the following values according to your own versioning and other details RUN OS_NAME=kairos-core-rhel-fips \ - OS_VERSION=v1.0.0 \ + OS_VERSION=v3.0.11 \ OS_ID="kairos" \ - OS_NAME=kairos-fedora-fips \ BUG_REPORT_URL="https://github.com/spectrocloud/pxke-samples/issues" \ HOME_URL="https://github.com/spectrocloud/pxke-samples" \ OS_REPO="quay.io/spectrocloud/fedora-fips" \ diff --git a/ubuntu-fips/Dockerfile b/ubuntu-fips/Dockerfile index 4b9373e..761cf6d 100644 --- a/ubuntu-fips/Dockerfile +++ b/ubuntu-fips/Dockerfile @@ -12,9 +12,8 @@ RUN mkdir /workspace COPY --from=base /etc/os-release /workspace/os-release # You should change the following values according to your own versioning and other details RUN OS_NAME=kairos-core-ubuntu-fips \ - OS_VERSION=v1.0.0 \ + OS_VERSION=v3.0.11 \ OS_ID="ubuntu" \ - OS_NAME=kairos-ubuntu-fips \ BUG_REPORT_URL="https://github.com/spectrocloud/ubuntu-fips-edge/issues" \ HOME_URL="https://github.com/spectrocloud/ubuntu-fips-edge" \ OS_REPO="gcr.io/spectro-images-public/ubuntu-focal-fips" \