Dockerfile 310 B

1234567
  1. FROM busybox:1.31.0-uclibc
  2. LABEL com.docker.compose.test_image=true
  3. LABEL com.docker.compose.test_failing_image=true
  4. # With the following label the container wil be cleaned up automatically
  5. # Must be kept in sync with LABEL_PROJECT from compose/const.py
  6. LABEL com.docker.compose.project=composetest
  7. RUN exit 1