summaryrefslogtreecommitdiff
path: root/tests/fixtures
diff options
context:
space:
mode:
authorIan Campbell <ijc@users.noreply.github.com>2019-03-25 13:25:32 +0000
committerGitHub <noreply@github.com>2019-03-25 13:25:32 +0000
commit6ccbb56fec4a4cdf7911d8513e27771e6f5ec002 (patch)
tree57ca1d05a5df918591b9b0ca8aaab1a8051b013d /tests/fixtures
parentfc757fb4f55343e39661efacd03313529a1a36d5 (diff)
parentc6dd7da15eb3d85a1f7634e8ded9fe42c9035669 (diff)
Merge pull request #6494 from collin5/b6464
Only pull images that can't build `docker-compose pull`
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/simple-composefile/pull-with-build.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fixtures/simple-composefile/pull-with-build.yml b/tests/fixtures/simple-composefile/pull-with-build.yml
new file mode 100644
index 00000000..261dc44d
--- /dev/null
+++ b/tests/fixtures/simple-composefile/pull-with-build.yml
@@ -0,0 +1,11 @@
+version: "3"
+services:
+ build_simple:
+ image: simple
+ build: .
+ command: top
+ from_simple:
+ image: simple
+ another:
+ image: busybox:latest
+ command: top