replace CMD with ENTRYPOINT in pause image

This commit is contained in:
Александр Степченко 2024-12-10 16:40:43 +03:00
parent ea8aa8f897
commit faaa41da4d

View File

@ -6,4 +6,4 @@ FROM scratch
COPY --from=installer /usr/bin/kubernetes-pause /pause
CMD ["/pause"]
ENTRYPOINT ["/pause"]