mirror of
https://github.com/docker/compose.git
synced 2025-07-14 17:24:29 +02:00
Mainly busybox:latest to the current latest which is 1.31.0-uclibc Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
8 lines
310 B
Docker
8 lines
310 B
Docker
FROM busybox:1.31.0-uclibc
|
|
LABEL com.docker.compose.test_image=true
|
|
LABEL com.docker.compose.test_failing_image=true
|
|
# With the following label the container wil be cleaned up automatically
|
|
# Must be kept in sync with LABEL_PROJECT from compose/const.py
|
|
LABEL com.docker.compose.project=composetest
|
|
RUN exit 1
|