File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ ARG RECIPE=recipe.yml
2020# The default image registry to write to policy.json and cosign.yaml
2121ARG IMAGE_REGISTRY=ghcr.io/ublue-os
2222
23- RUN mkdir -p /usr/share/ublue-os
2423COPY cosign.pub /usr/share/ublue-os/cosign.pub
2524
2625# Copy the bling from ublue-os/bling into tmp, to be installed later by the bling module
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ modules:
2020 # should be added into /usr/etc/ as that is the proper "distro"
2121 # config directory on ostree. Read more in the files module's README
2222
23- - type : rpm-ostree
24- repos :
25- # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
26- install :
27- - qemu-guest-agent
28- # - micro
29- # - starship
30- remove :
23+ # - type: rpm-ostree
24+ # repos:
25+ # # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
26+ # install:
27+ # - qemu-guest-agent
28+ # # - micro
29+ # #- starship
30+ # remove:
3131
3232 - type : bling # configure what to pull in from ublue-os/bling
3333 install :
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ set -oue pipefail
66echo " Setting up container signing in policy.json and cosign.yaml for $IMAGE_NAME "
77echo " Registry to write: $IMAGE_REGISTRY "
88
9+ mkdir -p /usr/etc/pki/containers
910cp /usr/share/ublue-os/cosign.pub /usr/etc/pki/containers/" $IMAGE_NAME " .pub
1011
12+ mkdir -p /usr/etc/containers
1113FILE=/usr/etc/containers/policy.json
1214
1315yq -i -o=j ' .transports.docker |=
You can’t perform that action at this time.
0 commit comments