fix: the usage is not compatible with old version

This commit is contained in:
Yuxing Deng 2024-11-25 09:26:11 +08:00
parent a434be5b81
commit 5f51b892a9

View File

@ -4,5 +4,4 @@ ARG TARGETOS
ENV ARCH=${TARGETARCH:-"amd64"} OS=${TARGETOS:-"linux"}
RUN zypper install -y catatonit
COPY kube-explorer-${OS}-${ARCH} /usr/bin/kube-explorer
ENTRYPOINT [ "/usr/bin/catatonit", "--" ]
CMD [ "kube-explorer" ]
ENTRYPOINT [ "/usr/bin/catatonit", "--", "kube-explorer" ]