mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Update build/pause/Makefile
pin windows-pause-image-base to specific manifest digest Co-authored-by: Benjamin Elder <bentheelder@google.com>
This commit is contained in:
parent
faa23642f5
commit
26fe80855d
@ -69,7 +69,7 @@ TRIPLE.linux-s390x := s390x-linux-gnu
|
|||||||
TRIPLE := ${TRIPLE.${OS}-${ARCH}}
|
TRIPLE := ${TRIPLE.${OS}-${ARCH}}
|
||||||
BASE.linux := scratch
|
BASE.linux := scratch
|
||||||
# Source for windows pause image base is located at https://github.com/microsoft/windows-pause-image-base
|
# Source for windows pause image base is located at https://github.com/microsoft/windows-pause-image-base
|
||||||
BASE.windows := mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.4.1
|
BASE.windows := mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.4.1@sha256:37cc10768383b55611d724a05eb18564cb5184c89b0c2faa7d4eff63475092df
|
||||||
BASE := ${BASE.${OS}}
|
BASE := ${BASE.${OS}}
|
||||||
|
|
||||||
# If you want to build AND push all containers, see the 'all-push' rule.
|
# If you want to build AND push all containers, see the 'all-push' rule.
|
||||||
|
Loading…
Reference in New Issue
Block a user