File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 36
36
37
37
FROM ghcr.io/ultramarine-linux/ultramarine:41
38
38
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)'
40
40
# COPY --from=builder /target-rootfs/ /
41
41
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
44
46
RUN bootc container lint || true
45
47
46
48
LABEL containers.bootc 1
Original file line number Diff line number Diff line change
1
+ [composefs]
2
+ enabled = yes
3
+ [sysroot]
4
+ readonly = true
You can’t perform that action at this time.
0 commit comments