ingress-nginx-helm/images/ubuntu-slim/Dockerfile
2017-01-31 10:23:05 -08:00

5 lines
50 B
Docker

FROM scratch
ADD rootfs.tar /
CMD ["/bin/bash"]