File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ arch = $(shell uname -m)
11
11
# Run `DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect quay.io/prometheus/busybox:latest` to get SHA or
12
12
# just visit https://quay.io/repository/prometheus/busybox?tag=latest&tab=tags.
13
13
# 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
15
15
ifeq ($(arch ) , x86_64)
16
16
# amd64
17
- BASE_DOCKER_SHA ="de4af55df1f648a334e16437c550a2907e0aed4f0b0edf454b0b215a9349bdbb "
17
+ BASE_DOCKER_SHA ="97a9aacc097e5dbdec33b0d671adea0785e76d26ff2b979ee28570baf6a9155d "
18
18
else ifeq ($(arch), armv8)
19
19
# arm64
20
- BASE_DOCKER_SHA ="5591971699f6cf8abf6776495385e9d62751111a8cba56bf4946cf1d0de425ed "
20
+ BASE_DOCKER_SHA ="5feb736d32e5b57f4944691d00b581f1f9192b3732cab03e3b6034cf0d1c8f2c "
21
21
else
22
22
echo >&2 "only support amd64 or arm64 arch" && exit 1
23
23
endif
You can’t perform that action at this time.
0 commit comments