From ca69613f93140524ecd1733ebec9e2d4c57eacbf Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:18:47 +0000 Subject: [PATCH] chore: cleanup containerfile (#235) the /files and /rpms part of bling aren't used anymore --- Containerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Containerfile b/Containerfile index 645cfab..b89ff33 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/