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 adada53 commit 749b75aCopy full SHA for 749b75a
compose.yaml
@@ -92,12 +92,12 @@ services:
92
# Usage:
93
# docker compose build vcpkg-jni
94
# docker compose run vcpkg-jni
95
- image: ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${VCPKG}
+ image: ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
96
build:
97
context: .
98
dockerfile: ci/docker/vcpkg-jni.dockerfile
99
cache_from:
100
- - ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${VCPKG}
+ - ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
101
args:
102
base: ${ARROW_REPO}:${ARCH}-cpp-jni-${VCPKG}
103
volumes:
0 commit comments