Skip to content

Commit d1acaea

Browse files
committed
Updated busybox.
Signed-off-by: Bartlomiej Plotka <[email protected]>
1 parent 19e97b7 commit d1acaea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ arch = $(shell uname -m)
1111
# Run `DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect quay.io/prometheus/busybox:latest` to get SHA or
1212
# just visit https://quay.io/repository/prometheus/busybox?tag=latest&tab=tags.
1313
# TODO(bwplotka): Pinning is important but somehow quay kills the old images, so make sure to update regularly.
14-
# Update at 2021.6.07
14+
# Update at 2021.12.08
1515
ifeq ($(arch), x86_64)
1616
# amd64
17-
BASE_DOCKER_SHA="de4af55df1f648a334e16437c550a2907e0aed4f0b0edf454b0b215a9349bdbb"
17+
BASE_DOCKER_SHA="97a9aacc097e5dbdec33b0d671adea0785e76d26ff2b979ee28570baf6a9155d"
1818
else ifeq ($(arch), armv8)
1919
# arm64
20-
BASE_DOCKER_SHA="5591971699f6cf8abf6776495385e9d62751111a8cba56bf4946cf1d0de425ed"
20+
BASE_DOCKER_SHA="5feb736d32e5b57f4944691d00b581f1f9192b3732cab03e3b6034cf0d1c8f2c"
2121
else
2222
echo >&2 "only support amd64 or arm64 arch" && exit 1
2323
endif

0 commit comments

Comments
 (0)