github.com/docker/cnab-to-oci@v0.3.0-beta4/e2e/testdata/hello-world/invocation-image/Dockerfile (about) 1 FROM busybox:1.31.0-uclibc 2 3 COPY run /cnab/app/run 4 RUN chmod +x /cnab/app/run 5 6 ENTRYPOINT [ "/cnab/app/run" ]