raulcd opened a new pull request, #14345:
URL: https://github.com/apache/arrow/pull/14345
Some usage examples:
```
$ archery docker info debian-go-cgo --only command
Service debian-go-cgo docker compose config:
- command: /bin/bash -c "
/arrow/ci/scripts/go_build.sh /arrow &&
/arrow/ci/scripts/go_test.sh /arrow"
```
or
```
$ archery docker info debian-go-cgo
Service debian-go-cgo docker compose config:
- image: ${REPO}:${ARCH}-debian-${DEBIAN}-go-${GO}-cgo
- build
- context: .
- dockerfile: ci/docker/debian-go-cgo.dockerfile
- cache_from: ['${REPO}:${ARCH}-debian-${DEBIAN}-go-${GO}-cgo']
- args
- base: ${REPO}:${ARCH}-debian-${DEBIAN}-go-${GO}
- shm_size: 2G
- volumes: ['.:/arrow:delegated',
'${DOCKER_VOLUME_PREFIX}debian-ccache:/ccache:delegated']
- environment
- ARROW_GO_TESTCGO: 1
- command: /bin/bash -c "
/arrow/ci/scripts/go_build.sh /arrow &&
/arrow/ci/scripts/go_test.sh /arrow"
```
or
```
$ archery docker info ubuntu-cuda-cpp --only dockerfile
Service ubuntu-cuda-cpp docker compose config:
- dockerfile: ci/docker/ubuntu-${UBUNTU}-cpp.dockerfile
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]