From c756a982286084d51a8a268132a82f8cc9d6a25e Mon Sep 17 00:00:00 2001 From: Sam Clark <1059176+samhclark@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:01:25 -0500 Subject: [PATCH] Rebase on Fedora Silverblue 41 --- .github/workflows/build.yaml | 4 ++-- Containerfile | 2 +- packages.json | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 808a973..e30366a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: image_name: custom-silverblue tags: | ${{ github.sha }} - 40 + 41 secrets: cosign_password: ${{ secrets.COSIGN_PASSWORD }} - cosign_private_key: ${{ secrets.COSIGN_PRIVATE_KEY }} \ No newline at end of file + cosign_private_key: ${{ secrets.COSIGN_PRIVATE_KEY }} diff --git a/Containerfile b/Containerfile index 4622453..afab88b 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -ARG silverblue_version=40 +ARG silverblue_version=41 FROM quay.io/fedora-ostree-desktops/silverblue:${silverblue_version} COPY cosign.pub /etc/pki/cosign/cosign.pub diff --git a/packages.json b/packages.json index 0e1cd00..474768f 100644 --- a/packages.json +++ b/packages.json @@ -86,10 +86,6 @@ "name": "gnome-software-rpm-ostree", "_comment": "Don't want to manage rom-ostree software from a GUI in the OS" }, - { - "name": "gnome-terminal-nautilus", - "_comment": "Don't want Gnome Terminal in the file browser" - }, { "name": "gnome-tour", "_comment": "Don't want the tour" @@ -108,4 +104,4 @@ } ] } - \ No newline at end of file +