Skip to content

Commit

Permalink
fix(image-info): Set OS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Jun 15, 2024
1 parent 0a5bae7 commit 04dbdf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ IMAGE_INFO="/usr/share/zeliblue/image-info.json"
IMAGE_VENDOR="zelikos"
IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
IMAGE_TAG="latest"
OS_VERSION="$(rpm -E %fedora)"

cat > $IMAGE_INFO <<EOF
{
Expand Down

0 comments on commit 04dbdf0

Please sign in to comment.