Skip to content

Commit b754877

Browse files
unknownunknown
authored andcommitted
Setup
1 parent 5032b88 commit b754877

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM scratch AS ctx
33
COPY build_files /
44

55
# Base Image
6-
FROM ghcr.io/ublue-os/bazzite:stable
6+
FROM ghcr.io/ublue-os/kinoite-main:latest
77

88
## Other possible base images include:
99
# FROM ghcr.io/ublue-os/bazzite:latest
@@ -27,4 +27,4 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
2727

2828
### LINTING
2929
## Verify final image and contents are correct.
30-
RUN bootc container lint
30+
RUN bootc container lint

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export image_name := env("IMAGE_NAME", "image-template") # output image name, usually same as repo name, change as needed
1+
export image_name := env("IMAGE_NAME", "image-surface") # output image name, usually same as repo name, change as needed
22
export default_tag := env("DEFAULT_TAG", "latest")
33
export bib_image := env("BIB_IMAGE", "quay.io/centos-bootc/bootc-image-builder:latest")
44

cosign.pub

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-----BEGIN PUBLIC KEY-----
2+
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELX+UJXfyhaL3Tm3GP0c7liNfX8DC
3+
IlTCLLE5lH56+eoTnzk/2MagKXUtkouzCAqUk7Ja5DWd/BRRYCE6fycLfw==
4+
-----END PUBLIC KEY-----

0 commit comments

Comments
 (0)