This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -21,27 +21,7 @@ COPY custom /custom
2121# ##############################################################################
2222
2323# Base Image
24- FROM ghcr.io/ublue-os/bluefin:stable@sha256:c9411d9909708d57d8e87c160a308a4a8c795764fb4beff344340755412b9178
25-
26- # # Other possible base images include:
27- # FROM ghcr.io/ublue-os/bazzite:latest
28- # FROM ghcr.io/ublue-os/bluefin-nvidia:stable
29- #
30- # ... and so on, here are more base images
31- # Universal Blue Images: https://github.com/orgs/ublue-os/packages
32- # Fedora base image: quay.io/fedora/fedora-bootc:41
33- # CentOS base images: quay.io/centos-bootc/centos-bootc:stream10
34-
35- # ## /opt
36- # # Some bootable images, like Fedora, have /opt symlinked to /var/opt, in order to
37- # # make it mutable/writable for users. However, some packages write files to this directory,
38- # # thus its contents might be wiped out when bootc deploys an image, making it troublesome for
39- # # some packages. Eg, google-chrome, docker-desktop.
40- # #
41- # # Uncomment the following line if one desires to make /opt immutable and be able to be used
42- # # by the package manager.
43-
44- # RUN rm /opt && mkdir /opt
24+ FROM ghcr.io/bootcrew/gnomeos-bootc:latest
4525
4626# ## MODIFICATIONS
4727# # make modifications desired in your image and install packages by modifying the build scripts
You can’t perform that action at this time.
0 commit comments