Skip to content

Commit

Permalink
Update build/pause/Makefile
Browse files Browse the repository at this point in the history
pin windows-pause-image-base to specific manifest digest

Co-authored-by: Benjamin Elder <[email protected]>
  • Loading branch information
marosset and BenTheElder authored Feb 12, 2025
1 parent faa2364 commit 26fe808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pause/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ TRIPLE.linux-s390x := s390x-linux-gnu
TRIPLE := ${TRIPLE.${OS}-${ARCH}}
BASE.linux := scratch
# 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}}

# If you want to build AND push all containers, see the 'all-push' rule.
Expand Down

0 comments on commit 26fe808

Please sign in to comment.