Files
containers/bitnami/kubeapps-kubeops/2/scratch/Dockerfile
2020-09-24 14:12:10 +00:00

10 lines
129 B
Docker

FROM scratch
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
COPY rootfs /
USER 1001
CMD [ "/kubeops" ]