ingress-nginx-helm/images/ubuntu-slim/Dockerfile

6 lines
50 B
Docker
Raw Normal View History

2017-01-31 18:19:58 +00:00
FROM scratch
ADD rootfs.tar /
CMD ["/bin/bash"]