Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix: make sure cosign.pub exists in base image!
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Sep 10, 2023
1 parent 1c19293 commit 2bb192b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ echo "Registry to write: $IMAGE_REGISTRY"
# Copy Name
NAME=$(get_yaml_string '.name')
cp /usr/share/ublue-os/cosign.pub /usr/etc/pki/containers/"$NAME".pub
cp /usr/share/ublue-os/cosign.pub /usr/etc/pki/containers/cosign.pub

# Work around the fact that jq doesn't have an "inplace" option
FILE=/usr/etc/containers/policy.json
Expand Down

0 comments on commit 2bb192b

Please sign in to comment.