Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
chore: clean up bling a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Aug 26, 2023
1 parent 1d7a3a9 commit 81dca63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This is the Containerfile for your custom image.
# This is the Containerfile for your custom image.

# Instead of adding RUN statements here, you should consider creating a script
# in `config/scripts/`. Read more in `modules/script/README.md`

# It takes in the recipe, version, and base image as arguments,
# all of which are provided by build.yml when doing builds
Expand Down Expand Up @@ -27,19 +30,16 @@ ARG IMAGE_REGISTRY=ghcr.io/ublue-os
# See issue #28 (https://github.com/ublue-os/startingpoint/issues/28).
COPY usr /usr

# Copy public key
COPY cosign.pub /usr/share/ublue-os/cosign.pub

# Copy the config folder
COPY config /usr/share/ublue-os/startingpoint

# Copy nix install script and Universal Blue wallpapers RPM from Bling image
# Copy the bling from ublue-os/bling into the image:
# * wallpapers
# * justfiles
# * nix installer
COPY --from=ghcr.io/ublue-os/bling:latest /rpms/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm /tmp/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm

# Integrate bling justfiles onto image
COPY --from=ghcr.io/ublue-os/bling:latest /files/usr/share/ublue-os/just /usr/share/ublue-os/just

# Copy dnkmmr's nix installer
COPY --from=ghcr.io/ublue-os/bling:latest /files/usr/bin/ublue-nix* /usr/bin

# "yq" used in build.sh and the "setup-flatpaks" just-action to read recipe.yml.
Expand Down

0 comments on commit 81dca63

Please sign in to comment.