new-base-core #1

Merged
eriq12 merged 38 commits from new-base-core into main 2025-05-23 18:16:05 -04:00
41 changed files with 369 additions and 398 deletions
Showing only changes of commit 66757cf6e0 - Show all commits

View File

@@ -2,8 +2,10 @@ modules:
- type: containerfile
snippets:
- 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 /
- 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
- type: script