mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-01 23:03:42 +00:00
fix: the usage is not compatible with old version
This commit is contained in:
parent
4f18ac4ae8
commit
b9fb6a705b
@ -4,5 +4,4 @@ ARG TARGETOS
|
|||||||
ENV ARCH=${TARGETARCH:-"amd64"} OS=${TARGETOS:-"linux"}
|
ENV ARCH=${TARGETARCH:-"amd64"} OS=${TARGETOS:-"linux"}
|
||||||
RUN zypper install -y catatonit
|
RUN zypper install -y catatonit
|
||||||
COPY kube-explorer-${OS}-${ARCH} /usr/bin/kube-explorer
|
COPY kube-explorer-${OS}-${ARCH} /usr/bin/kube-explorer
|
||||||
ENTRYPOINT [ "/usr/bin/catatonit", "--" ]
|
ENTRYPOINT [ "/usr/bin/catatonit", "--", "kube-explorer" ]
|
||||||
CMD [ "kube-explorer" ]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user