Skip to content

Commit 168aa91

Browse files
committed
Removed stale container image cache location.
Hopefully we'll reinstate this in the future, but make use of GitHub Container Registry. It'll be easier to maintain and we should be able to publish all versions on a regular basis from a GitHub Actions workflow.
1 parent 2927b53 commit 168aa91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22

33
x-base: &base
4-
image: djangobox/django-docker-box:${PYTHON_IMPLEMENTATION}-${PYTHON_VERSION}
4+
image: django-docker-box:${PYTHON_IMPLEMENTATION}-${PYTHON_VERSION}
55
build:
66
context: .
77
dockerfile: ${PWD}/Containerfile
88
args:
99
- PYTHON_IMPLEMENTATION=${PYTHON_IMPLEMENTATION}
1010
- PYTHON_VERSION=${PYTHON_VERSION}
11-
cache_from:
12-
- djangobox/django-docker-box:${PYTHON_IMPLEMENTATION}-${PYTHON_VERSION}
1311
additional_contexts:
1412
src: ${DJANGO_PATH:-../django}
1513
volumes:

0 commit comments

Comments
 (0)