Merge branch 'template' into live

This commit is contained in:
qoijjj
2024-01-28 13:54:31 -08:00

View File

@@ -20,14 +20,8 @@ ARG RECIPE=recipe.yml
# The default image registry to write to policy.json and cosign.yaml # The default image registry to write to policy.json and cosign.yaml
ARG IMAGE_REGISTRY=ghcr.io/ublue-os ARG IMAGE_REGISTRY=ghcr.io/ublue-os
COPY cosign.pub /usr/share/ublue-os/cosign.pub COPY cosign.pub /usr/share/ublue-os/cosign.pub
# Copy the bling from ublue-os/bling into tmp, to be installed later by the bling module
# Feel free to remove these lines if you want to speed up image builds and don't want any bling
COPY --from=ghcr.io/ublue-os/bling:latest /rpms /tmp/bling/rpms
COPY --from=ghcr.io/ublue-os/bling:latest /files /tmp/bling/files
# Copy build scripts & configuration # Copy build scripts & configuration
COPY build.sh /tmp/build.sh COPY build.sh /tmp/build.sh
COPY config /tmp/config/ COPY config /tmp/config/