Skip to content

Commit f4ea2b5

Browse files
committed
fix build
1 parent be7badc commit f4ea2b5

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ARG RECIPE=recipe.yml
2020
# The default image registry to write to policy.json and cosign.yaml
2121
ARG IMAGE_REGISTRY=ghcr.io/ublue-os
2222

23-
RUN mkdir -p /usr/share/ublue-os
2423
COPY 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

config/recipe.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

config/scripts/signing.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ set -oue pipefail
66
echo "Setting up container signing in policy.json and cosign.yaml for $IMAGE_NAME"
77
echo "Registry to write: $IMAGE_REGISTRY"
88

9+
mkdir -p /usr/etc/pki/containers
910
cp /usr/share/ublue-os/cosign.pub /usr/etc/pki/containers/"$IMAGE_NAME".pub
1011

12+
mkdir -p /usr/etc/containers
1113
FILE=/usr/etc/containers/policy.json
1214

1315
yq -i -o=j '.transports.docker |=

0 commit comments

Comments
 (0)