mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-09-03 15:35:09 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e016261c4b | ||
|
c43288964a | ||
|
70e586976d | ||
|
d0ce0e28bf | ||
|
ad0a0c0cb3 | ||
|
651d499086 |
@@ -14,10 +14,10 @@ RUN if [ "${ARCH}" == "amd64" ]; then \
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0; \
|
||||
fi
|
||||
|
||||
ENV GIT_COMMIT="6906cf5ce850ae0bb51f286afaf3c10c5ff506af" \
|
||||
ENV GIT_COMMIT="5d9667043a7b0b1541743dad47949df489b8ad04" \
|
||||
GIT_BRANCH="ke/v0.3" \
|
||||
GIT_SOURCE=${GOPATH}/src/github.com/rancher/steve \
|
||||
CATTLE_DASHBOARD_UI_VERSION="v2.7.2-kube-explorer-ui-rc1"
|
||||
CATTLE_DASHBOARD_UI_VERSION="v2.7.5-kube-explorer-ui-rc7"
|
||||
|
||||
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS
|
||||
ENV DAPPER_SOURCE /opt/kube-explorer
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM registry.suse.com/bci/bci-minimal:15.4
|
||||
FROM registry.suse.com/bci/bci-minimal:15.5
|
||||
|
||||
COPY kube-explorer entrypoint.sh /usr/bin/
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user