Skip to content

Commit

Permalink
os name fix (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-N00B authored Jun 12, 2024
1 parent bc880b3 commit 99c40b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions rhel-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
3 changes: 1 addition & 2 deletions ubuntu-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 99c40b5

Please sign in to comment.