Skip to content

Commit

Permalink
Makefile: Bump linuxkit to version 1.5.3
Browse files Browse the repository at this point in the history
Bump linuxkit to version 1.5.3 in order to get a new feature that supports
--tag in build.yml.

Also, this version introduces different verbose levels, so set it to 2
to keep the same amount of information provided by the current version.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene committed Dec 24, 2024
1 parent 0769a20 commit 5daf174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ DASH_V :=
QUIET := @
SET_X := :
ifeq ($(V),1)
DASH_V := -v
DASH_V := -v 2
QUIET :=
SET_X := set -x
endif
Expand All @@ -316,7 +316,7 @@ PARSE_PKGS=$(if $(strip $(EVE_HASH)),EVE_HASH=)$(EVE_HASH) DOCKER_ARCH_TAG=$(DOC
LINUXKIT=$(BUILDTOOLS_BIN)/linuxkit
# linuxkit version. This **must** be a published semver version so it can be downloaded already compiled from
# the release page at https://github.com/linuxkit/linuxkit/releases
LINUXKIT_VERSION=v1.5.2
LINUXKIT_VERSION=v1.5.3
LINUXKIT_SOURCE=https://github.com/linuxkit/linuxkit
LINUXKIT_OPTS=$(if $(strip $(EVE_HASH)),--hash) $(EVE_HASH) $(if $(strip $(EVE_REL)),--release) $(EVE_REL)
LINUXKIT_PKG_TARGET=build
Expand Down

0 comments on commit 5daf174

Please sign in to comment.