Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Use latest stock image everywhere & update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosSamLoh committed May 30, 2023
1 parent c4e3a65 commit 2e4fe76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 2e4fe76

Please sign in to comment.