Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit f1bd9ee

Browse files
committed
1 parent fb3238d commit f1bd9ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ COPY build /build
4242
COPY custom /custom
4343
# Copy from OCI containers to distinct subdirectories to avoid conflicts
4444
# Note: Renovate can automatically update these :latest tags to SHA-256 digests for reproducibility
45-
COPY --from=ghcr.io/projectbluefin/common:latest /system_files /oci/common
46-
COPY --from=ghcr.io/ublue-os/brew:latest /system_files /oci/brew
45+
COPY --from=ghcr.io/projectbluefin/common:latest@sha256:cbe78e65e92d8011dccf41aedb9534799d4451d68c24f9905d888eef159b3426 /system_files /oci/common
46+
COPY --from=ghcr.io/ublue-os/brew:latest@sha256:2eca44f5b4b58b8271a625d61c2c063b7c8776f68d004ae67563e2a79450be9c /system_files /oci/brew
4747

4848
# Base Image - GNOME included
49-
FROM ghcr.io/ublue-os/silverblue-main:latest
49+
FROM ghcr.io/ublue-os/silverblue-main:latest@sha256:c4491852e05bea9a19c7ff22f3a5247803ec87e4fb954d31ac2d786ad6128fec
5050

5151
## Alternative base images, no desktop included (uncomment to use):
5252
# FROM ghcr.io/ublue-os/base-main:latest

0 commit comments

Comments
 (0)