Skip to content

Commit 0b2d690

Browse files
committed
Update base image and configuration parameters in Containerfile and image-template.env
1 parent f0208e4 commit 0b2d690

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ COPY build_files /
44
COPY system_files /system_files
55

66
# Base Image
7-
FROM ghcr.io/ublue-os/bazzite:stable@sha256:b923f92d5a5b59eb992e269383eba2744601052da9d3d1595f76e79aa6ce2df0
7+
FROM ghcr.io/ublue-os/bluefin:stable
88
## Other possible base images include:
9-
# FROM ghcr.io/ublue-os/bazzite:testing
9+
# FROM ghcr.io/ublue-os/bazzite:stable
1010
# FROM ghcr.io/ublue-os/aurora:stable
1111
# FROM ghcr.io/ublue-os/bluefin-nvidia-open:stable
1212
#

image-template.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Here we set a bunch of parameters for your image build
22

33
# output image name, usually same as repo name, change as needed
4-
IMAGE_NAME=image-template
4+
IMAGE_NAME="dms-bluefin"
55

66
# Make this the same as your github username/organisation
7-
REPO_ORGANIZATION="alice-and-bob"
7+
REPO_ORGANIZATION="paufortiana"
88

9-
IMAGE_DESC="My Customized Bootc Image"
10-
IMAGE_KEYWORDS="bootc,oci,linux"
9+
IMAGE_DESC="Dank Material Shell on Universal Blue's Bluefin"
10+
IMAGE_KEYWORDS="bootc,oci,linux,ublue,dms"
1111

1212
# Put your own image here for a fancy profile on https://artifacthub.io/!
1313
IMAGE_LOGO_URL="https://avatars.githubusercontent.com/u/120078124?s=200&v=4"

0 commit comments

Comments
 (0)