From 0e1d892e417ef91786e05233021a0436e93b9668 Mon Sep 17 00:00:00 2001 From: CVdV-au <69226052+CVdV-au@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:34:00 +1000 Subject: [PATCH 1/3] sysbox 0.6.7 --- deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index c7c353d..1bf3ee3 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETARCH # We don't hardcode it here because we have to be able to build both # amd and arm ARG SYSBOX_SHA -ARG SYSBOX_VERSION="0.6.6" +ARG SYSBOX_VERSION="0.6.7" ARG SYSBOX_DEB="sysbox-ce_$SYSBOX_VERSION-0.linux_$TARGETARCH.deb" # Copy configuration files to appropriate locations From c0a6cb7f15f4cd6e8e530287e881e0ddf29ac4d0 Mon Sep 17 00:00:00 2001 From: CVdV-au <69226052+CVdV-au@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:37:30 +1000 Subject: [PATCH 2/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b230ab7..8a22340 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT_ROOT := $(shell git rev-parse --show-toplevel) GO_FILES := $(shell git ls-files '*.go' '*.sum') IMAGE_FILES := $(shell find deploy) ARCH ?= linux/amd64 -SYSBOX_SHA ?= 87cfa5cad97dc5dc1a243d6d88be1393be75b93a517dc1580ecd8a2801c2777a +SYSBOX_SHA ?= b7ac389e5a19592cadf16e0ca30e40919516128f6e1b7f99e1cb4ff64554172e .PHONY: clean clean: From f8dcbd94165b3bbc10b52f6eef527a3d586929c1 Mon Sep 17 00:00:00 2001 From: CVdV-au <69226052+CVdV-au@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:37:00 +1000 Subject: [PATCH 3/3] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c77ce1..ccba56b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,11 +31,11 @@ jobs: include: - os: ubuntu-22.04 arch: linux/amd64 - sha: 87cfa5cad97dc5dc1a243d6d88be1393be75b93a517dc1580ecd8a2801c2777a + sha: b7ac389e5a19592cadf16e0ca30e40919516128f6e1b7f99e1cb4ff64554172e arch-suffix: amd64 - os: depot-ubuntu-22.04-arm arch: linux/arm64 - sha: 640014411de589f4e09f8383dc53b3c7785575be13d5573d4addbd597f858d56 + sha: 16d80123ba53058cf90f5a68686e297621ea97942602682e34b3352783908f91 arch-suffix: arm64 runs-on: ${{ matrix.os }} steps: