Skip to content

Commit 99d0f4e

Browse files
committed
Add Python as part of image name so it's not cached if we update Python version
1 parent 7d1e710 commit 99d0f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ services:
9292
# Usage:
9393
# docker compose build vcpkg-jni
9494
# docker compose run vcpkg-jni
95-
image: ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
95+
image: ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${VCPKG}
9696
build:
9797
context: .
9898
dockerfile: ci/docker/vcpkg-jni.dockerfile
9999
cache_from:
100-
- ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
100+
- ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${VCPKG}
101101
args:
102102
base: ${ARROW_REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
103103
volumes:

0 commit comments

Comments
 (0)