Use BCI image

This commit is contained in:
niusmallnan
2022-12-09 08:51:39 +08:00
parent d24282849f
commit 88c924a816

View File

@@ -1,6 +1,4 @@
FROM alpine:3.13
FROM registry.suse.com/bci/bci-base:15.4
COPY kube-explorer entrypoint.sh /usr/bin/
# Hack to make golang do files,dns search order
ENV LOCALDOMAIN=""
ENTRYPOINT ["entrypoint.sh"]