WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 83d5b68

Browse files
authored
refactor: move to common OCI (#856)
this is to miror ublue-os/bluefin#3702 will eventually cover #855
1 parent 65dc937 commit 83d5b68

File tree

5 files changed

+2
-85
lines changed

5 files changed

+2
-85
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ github_output.txt
1919
.idea/
2020
*.iml
2121
.vscode/
22-
.zed/
22+
.zed/

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FROM ghcr.io/ublue-os/akmods-nvidia-open:${AKMODS_VERSION} AS akmods_nvidia_open
88
FROM scratch AS context
99

1010
COPY system_files /files
11+
COPY --from=ghcr.io/projectbluefin/common:latest /system_files /files
1112
COPY system_files_overrides /overrides
1213
COPY build_scripts /build_scripts
1314

build_scripts/20-packages.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ dnf -y --enablerepo copr:copr.fedorainfracloud.org:ublue-os:packages swap \
5252
dnf -y --enablerepo copr:copr.fedorainfracloud.org:ublue-os:packages install \
5353
-x bluefin-logos \
5454
-x bluefin-readymade-config \
55-
ublue-os-just \
5655
ublue-os-luks \
5756
ublue-os-signing \
5857
ublue-os-udev-rules \

system_files/usr/share/ublue-os/just/10-update.just

Lines changed: 0 additions & 64 deletions
This file was deleted.

system_files/usr/share/ublue-os/just/21-dx.just

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)