Skip to content

Commit d931527

Browse files
committed
the funny
1 parent 23eaa83 commit d931527

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

base-standalone/Containerfile

+5-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@
3636

3737
FROM ghcr.io/ultramarine-linux/ultramarine:41
3838
RUN --mount=type=cache,target=/var/cache \
39-
dnf5 install -y kernel systemd bootc bootupd ostree flatpak dbus dbus-daemon rpmdevtools make selinux-policy python3-pip jq @development-tools gcc cairo-devel python3-devel 'pkgconfig(gobject-introspection-1.0)' 'pkgconfig(cairo-gobject)' 'dnf-command(config-manager)'
39+
dnf5 install -y kernel systemd bootc bootupd ostree flatpak dbus dbus-daemon rpmdevtools make selinux-policy python3-pip 'dnf-command(config-manager)'
4040
# COPY --from=builder /target-rootfs/ /
4141
RUN rm -rf /boot/*
42-
RUN mkdir -p /sysroot
43-
42+
RUN mkdir -p /sysroot/ostree
43+
RUN ln -srvf /sysroot/ostree /ostree
44+
# RUN ostree init --repo /sysroot/ostree/repo --mode bare
45+
COPY prepare-root.conf /usr/lib/ostree/prepare-root.conf
4446
RUN bootc container lint || true
4547

4648
LABEL containers.bootc 1

base-standalone/prepare-root.conf

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[composefs]
2+
enabled = yes
3+
[sysroot]
4+
readonly = true

0 commit comments

Comments
 (0)