Skip to content

Commit 0524334

Browse files
authored
chore: bump sysbox version to 0.6.5 (#106)
1 parent e557d25 commit 0524334

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_ROOT := $(shell git rev-parse --show-toplevel)
22
GO_FILES := $(shell git ls-files '*.go' '*.sum')
33
IMAGE_FILES := $(shell find deploy)
44
ARCH ?= linux/amd64
5-
SYSBOX_SHA ?= cfce811006a27305071b1634ca8fe690392f5dcc205612e7b4e5bde411b7701e
5+
SYSBOX_SHA ?= f02ffb48eae99d6c884c9aa0378070cc716d028f58e87deec5ae00a41b706fe8
66

77
.PHONY: clean
88
clean:

deploy/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
FROM ubuntu:jammy
33

44
ARG TARGETARCH
5-
ARG SYSBOX_SHA="cfce811006a27305071b1634ca8fe690392f5dcc205612e7b4e5bde411b7701e"
6-
ARG SYSBOX_VERSION="0.6.3"
5+
# This should be updated in the Makefile whenever the version is changed.
6+
# We don't hardcode it here because we have to be able to build both
7+
# amd and arm
8+
ARG SYSBOX_SHA
9+
ARG SYSBOX_VERSION="0.6.5"
710
ARG SYSBOX_DEB="sysbox-ce_$SYSBOX_VERSION-0.linux_$TARGETARCH.deb"
811

912
# Copy configuration files to appropriate locations

0 commit comments

Comments
 (0)