diff --git a/Containerfile b/Containerfile index 645cfab205..b89ff33690 100644 --- a/Containerfile +++ b/Containerfile @@ -20,14 +20,8 @@ ARG RECIPE=recipe.yml # The default image registry to write to policy.json and cosign.yaml ARG IMAGE_REGISTRY=ghcr.io/ublue-os - 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.sh /tmp/build.sh COPY config /tmp/config/