We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d5418 commit 93b4b13Copy full SHA for 93b4b13
docker-compose.python2.yaml
@@ -5,3 +5,5 @@ services:
5
image: python:2.7-slim-${DDEV_SITENAME}-built
6
profiles:
7
- python2
8
+ x-ddev:
9
+ describe-info: "For docker pull"
tests/test.bats
@@ -73,6 +73,10 @@ health_checks() {
73
assert_success
74
assert_output "('SSL:', 'OpenSSL 1.1.1d 10 Sep 2019')"
75
76
+ run ddev describe
77
+ assert_success
78
+ assert_output --partial "For docker pull"
79
+
80
if [ "${USE_CUSTOM_NODE:-}" = "true" ]; then
81
run ddev exec node -v
82
0 commit comments