Use BCI minimal image

This commit is contained in:
niusmallnan 2022-12-09 08:59:34 +08:00
parent 88c924a816
commit 40a972eeef

View File

@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.4
FROM registry.suse.com/bci/bci-minimal:15.4
COPY kube-explorer entrypoint.sh /usr/bin/
ENTRYPOINT ["entrypoint.sh"]