Skip to content

Commit

Permalink
update bootkit version to v0.0.18
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 21, 2023
1 parent 33400a6 commit 5fca95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ ORAS_VERSION := 1.0.0-rc.1
REGCTL := $(TOOLSDIR)/bin/regctl
REGCTL_VERSION := 0.5.0
TOPDIR := $(shell git rev-parse --show-toplevel)
#BOOTKIT_VERSION ?= "v0.0.17.231018"
# We need a bootkit with new mosctl which knows about the new network.
# So use a manually built one. Then we can auot-build new bootkit,
# then update the below to the real v0.0.18.2311XX version.
BOOTKIT_VERSION ?= "v0.0.18.tmp"
BOOTKIT_VERSION ?= "v0.0.18.231121"
ROOTFS_VERSION = $(BOOTKIT_VERSION)

archout = $(shell arch)
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function trust_setup {
function common_setup {
trust_setup

export ROOTFS_VERSION="${ROOTFS_VERSION:-v0.0.17.231018}"
export ROOTFS_VERSION="${ROOTFS_VERSION:-v0.0.18.231121}"
echo "ROOTFS_VERSION is ${ROOTFS_VERSION}"

if [ ! -d "${PWD}/zothub" ]; then
Expand Down

0 comments on commit 5fca95c

Please sign in to comment.