mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-20 07:22:54 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b9fb6a705b |
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user