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 adaa587 commit 2a84769Copy full SHA for 2a84769
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-{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-{VCPKG}
+ - ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
101
args:
102
base: ${ARROW_REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
103
volumes:
0 commit comments