Move custom images out of contrib

This commit is contained in:
bprashanth 2017-01-31 10:19:58 -08:00
parent 3e87a2de40
commit d002ca2f5e
12 changed files with 435 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM scratch
ADD rootfs.tar /
CMD ["/bin/bash"]