Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 21s
25 lines
1.0 KiB
YAML
25 lines
1.0 KiB
YAML
modules:
|
|
- type: containerfile
|
|
snippets:
|
|
- RUN rpm-ostree install just powerstat
|
|
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm /
|
|
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-update-services.noarch.rpm /
|
|
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm /
|
|
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-luks.noarch.rpm /
|
|
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-just.noarch.rpm /
|
|
- RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm
|
|
- RUN rpm -ivh /ublue-os-update-services.noarch.rpm
|
|
- RUN rpm -ivh /ublue-os-signing.noarch.rpm
|
|
- RUN rpm -ivh /ublue-os-luks.noarch.rpm
|
|
- RUN rpm -ivh /ublue-os-just.noarch.rpm
|
|
|
|
- type: systemd
|
|
system:
|
|
enabled:
|
|
- rpm-ostreed.automatic.timer
|
|
- podman-auto-update.timer
|
|
- flatpak-system-update.timer
|
|
user:
|
|
enabled:
|
|
- podman-auto-update.timer
|
|
- flatpak-system-update.timer |