Skip to content

Commit

Permalink
ublue unwrap cli
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 15, 2024
1 parent 51effa2 commit 5ef9669
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion variants/ublue/Containerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM scratch AS ctx
COPY / /

# Base ublue image
FROM ghcr.io/ublue-os/base-main:latest

Expand All @@ -9,7 +12,13 @@ ARG lang_inputfile="en_US"
ENV LANG $LANG
ENV TZ $TZ

# TODO: run unwrap-cli script
# Build, cleanup, commit.
RUN \
--mount=type=cache,dst=/var/cache/rpm-ostree,id=rpm-ostree-cache-beardy-os-latest,sharing=locked \
--mount=type=cache,dst=/var/cache/libdnf5,id=dnf-cache-beardy-os-latest,sharing=locked \
--mount=type=bind,from=ctx,source=/,target=/ctx \
/ctx/scripts/unwrap-cli.sh

# TODO: add 1password
# TODO: add ublue-update

Expand Down

0 comments on commit 5ef9669

Please sign in to comment.