replace CMD with ENTRYPOINT in pause image
This commit is contained in:
parent
ea8aa8f897
commit
faaa41da4d
@ -6,4 +6,4 @@ FROM scratch
|
||||
|
||||
COPY --from=installer /usr/bin/kubernetes-pause /pause
|
||||
|
||||
CMD ["/pause"]
|
||||
ENTRYPOINT ["/pause"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user