diff --git a/Containerfile b/Containerfile index 5116308a0f..3f4a17ade9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ -ARG FEDORA_MAJOR_VERSION=38 -ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main +ARG FEDORA_MAJOR_VERSION=latest +ARG BASE_IMAGE_URL=quay.io/fedora-ostree-desktops/silverblue FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION} ARG RECIPE diff --git a/README.md b/README.md index e9e5ff56c6..dc81749d5c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Latest stock Silverblue image with the sentry/kernel-fsync kernel +## Currently working on adding more images +### vvv Built off of vvv + # Starting point [![build-ublue](https://github.com/ublue-os/startingpoint/actions/workflows/build.yml/badge.svg)](https://github.com/ublue-os/startingpoint/actions/workflows/build.yml) diff --git a/recipe.yml b/recipe.yml index 59a9a27d3f..06617ee18f 100644 --- a/recipe.yml +++ b/recipe.yml @@ -11,10 +11,10 @@ base-image: quay.io/fedora-ostree-desktops/silverblue # If you use `latest`, you will be automatically updated to the next major # Fedora version, assuming the image you're using as your base container # builds with the tag (all uBlue images do this). -fedora-version: 38 +fedora-version: latest # This description will be visible in the container metadata. -description: Testing kernel replacement +description: Latest stock Silverblue with kernel-fsync # These scripts will be executed during the container build. # Place scripts in the "scripts/" dir and put the corresponding filenames here. @@ -87,5 +87,5 @@ firstboot: # the "just setup-flatpaks" command from our "custom.just" template file. # This is just an example selection: flatpaks: - - io.github.celluloid_player.Celluloid - - org.kde.krita + #- io.github.celluloid_player.Celluloid + #- org.kde.krita