1FROM busybox:latest
2LABEL com.docker.compose.test_image=true
3ENTRYPOINT ["printf"]
4CMD ["default", "args"]
5