Skip to content

Commit

Permalink
chore: cleanup containerfile (#235)
Browse files Browse the repository at this point in the history
the /files and /rpms part of bling aren't used anymore
  • Loading branch information
xynydev authored Jan 28, 2024
1 parent 4ffc5ae commit ca69613
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ca69613

Please sign in to comment.