Skip to content

Commit

Permalink
Switch to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Flöser committed Nov 8, 2023
1 parent 5e94568 commit 1d2d82c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: write
container:
image: fedora:38
image: fedora:39
options: --privileged
steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
with:
image-name: ${{ github.event.repository.name }}
installer-repo: releases
installer-major-version: 38
installer-major-version: 39
boot-menu-path: boot_menu.yml
- name: install github CLI
run: |
Expand Down
7 changes: 0 additions & 7 deletions config/recipe-dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ modules:
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo
- https://download.docker.com/linux/fedora/docker-ce.repo
install:
- 1password
- 1password-cli
- alacritty
- containerd.io
- dnf-plugins-core
Expand All @@ -50,19 +48,14 @@ modules:
- zsh
- zsh-autosuggestions
- zsh-syntax-highlighting
optfix:
- 1Password
remove:

- type: bling # configure what to pull in from ublue-os/bling
install:
# - devpod # https://devpod.sh/ as an rpm
- 1password # install 1Password (stable) and `op` CLI tool

- type: script
scripts:
# this sets up the proper policy & signing files for signed images to work
- 1password.sh
- font.sh
- guake.sh
- podman.sh
Expand Down
2 changes: 1 addition & 1 deletion config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Custom spin of Fedora Silverblue, somewhat similar to bluefin

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 38 # latest is also supported if you want new updates ASAP
image-version: 39 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
Expand Down

0 comments on commit 1d2d82c

Please sign in to comment.