From 7f85de4c9a419d599230ab5e1d166e77eb2592fa Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Wed, 8 Dec 2021 21:56:07 +0100 Subject: [PATCH] Updated busybox. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartlomiej Plotka Signed-off-by: Lucas Servén Marín --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c4dcd9a7f1..f0b507613b 100644 --- a/Makefile +++ b/Makefile @@ -11,13 +11,13 @@ arch = $(shell uname -m) # Run `DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect quay.io/prometheus/busybox:latest` to get SHA or # just visit https://quay.io/repository/prometheus/busybox?tag=latest&tab=tags. # TODO(bwplotka): Pinning is important but somehow quay kills the old images, so make sure to update regularly. -# Update at 2021.6.07 +# Update at 2021.12.08 ifeq ($(arch), x86_64) # amd64 - BASE_DOCKER_SHA="de4af55df1f648a334e16437c550a2907e0aed4f0b0edf454b0b215a9349bdbb" + BASE_DOCKER_SHA="97a9aacc097e5dbdec33b0d671adea0785e76d26ff2b979ee28570baf6a9155d" else ifeq ($(arch), armv8) # arm64 - BASE_DOCKER_SHA="5591971699f6cf8abf6776495385e9d62751111a8cba56bf4946cf1d0de425ed" + BASE_DOCKER_SHA="5feb736d32e5b57f4944691d00b581f1f9192b3732cab03e3b6034cf0d1c8f2c" else echo >&2 "only support amd64 or arm64 arch" && exit 1 endif