From c0ffe44db571aa6cc8965136dc115fb1b2f0a6f6 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Wed, 7 Aug 2024 22:02:46 +0100 Subject: [PATCH 1/3] fix(nvidia): pin Nvidia drivers to 555 (#273) * fix(nvidia): pin Nvidia drivers to 555 We have been experiencing multiple freezes with the newly released Nvidia 560 drivers, so we will pin to 555 while we investigate. * chore: add comment explaining why Nvidia is pinned --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index bd6d072..b5a43ae 100644 --- a/Containerfile +++ b/Containerfile @@ -32,7 +32,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ mkdir -p /var/tmp && \ chmod -R 1777 /var/tmp -FROM ghcr.io/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods_nvidia +# Pin the NVIDIA images to the last build of the 555 driver due to issues with monitor freezing on the newer 560 drivers +FROM ghcr.io/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240806 AS akmods_nvidia FROM main AS nvidia From ff092ca8d04d668abc956b0ce1d6975846844bd3 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 9 Aug 2024 04:15:57 -0700 Subject: [PATCH 2/3] Revert "fix(nvidia): pin Nvidia drivers to 555 (#273)" (#274) This reverts commit c0ffe44db571aa6cc8965136dc115fb1b2f0a6f6. --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index b5a43ae..bd6d072 100644 --- a/Containerfile +++ b/Containerfile @@ -32,8 +32,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ mkdir -p /var/tmp && \ chmod -R 1777 /var/tmp -# Pin the NVIDIA images to the last build of the 555 driver due to issues with monitor freezing on the newer 560 drivers -FROM ghcr.io/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240806 AS akmods_nvidia +FROM ghcr.io/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods_nvidia FROM main AS nvidia From 93593e681bfe651063421f4ae42f6e6dde39a5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:20:51 -0400 Subject: [PATCH 3/3] build(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#276) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 8daa2be..2b1a16d 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -290,7 +290,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # Sign container - - uses: sigstore/cosign-installer@v3.5.0 + - uses: sigstore/cosign-installer@v3.6.0 if: github.event_name != 'pull_request' - name: Sign container image