czty's picture
Add files using upload-large-folder tool
c6856c9 verified
Raw
History Blame Contribute Delete
105 Bytes
FROM scratch
COPY /usr/bin/busybox /busybox
ENTRYPOINT ["/busybox"]
CMD ["echo", "container-smoke-ok"]