Skip to content

Commit 313a923

Browse files
committed
pull python docker image
1 parent a8ce40e commit 313a923

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker-compose.python2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#ddev-generated
2+
services:
3+
# This service is only used to pull the Docker image for offline use.
4+
python2:
5+
image: python:2.7-slim-${DDEV_SITENAME}-built
6+
profiles:
7+
- python2

install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: python2
22

33
project_files:
44
- config.python2.yaml
5+
- docker-compose.python2.yaml
56
- web-build/Dockerfile.python2
67

7-
ddev_version_constraint: '>= v1.23.5'
8+
ddev_version_constraint: '>= v1.24.10'

0 commit comments

Comments
 (0)