mirror of
https://github.com/docker/compose.git
synced 2025-07-24 22:24:41 +02:00
Fix Typos
./MAINTAINERS:32: maitainers ==> maintainers ./tests/fixtures/simple-failing-dockerfile/Dockerfile:4: wil ==> will Signed-off-by: Kevin Kirsche <kevin.kirsche@one.verizon.com>
This commit is contained in:
parent
d4baba057b
commit
99562d9df9
@ -29,7 +29,7 @@
|
|||||||
# in 2015 with solid bugfixes and improved error handling
|
# in 2015 with solid bugfixes and improved error handling
|
||||||
# among them
|
# among them
|
||||||
"mnowster",
|
"mnowster",
|
||||||
# Daniel Nephin is one of the longest-running maitainers on
|
# Daniel Nephin is one of the longest-running maintainers on
|
||||||
# the Compose project, and has contributed several major features
|
# the Compose project, and has contributed several major features
|
||||||
# including muti-file support, variable interpolation, secrets
|
# including muti-file support, variable interpolation, secrets
|
||||||
# emulation and many more
|
# emulation and many more
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM busybox:1.31.0-uclibc
|
FROM busybox:1.31.0-uclibc
|
||||||
LABEL com.docker.compose.test_image=true
|
LABEL com.docker.compose.test_image=true
|
||||||
LABEL com.docker.compose.test_failing_image=true
|
LABEL com.docker.compose.test_failing_image=true
|
||||||
# With the following label the container wil be cleaned up automatically
|
# With the following label the container will be cleaned up automatically
|
||||||
# Must be kept in sync with LABEL_PROJECT from compose/const.py
|
# Must be kept in sync with LABEL_PROJECT from compose/const.py
|
||||||
LABEL com.docker.compose.project=composetest
|
LABEL com.docker.compose.project=composetest
|
||||||
RUN exit 1
|
RUN exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user