[ 
https://issues.apache.org/jira/browse/ARROW-17953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614007#comment-17614007
 ] 

Raúl Cumplido commented on ARROW-17953:
---------------------------------------

would something that prints the whole expanded yaml for the docker-compose 
work, something like:
{code:java}
$ archery docker info --service 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" {code}
or do you specifically see this as only showing some of the specified info?

> [Archery] Add a docker info command
> -----------------------------------
>
>                 Key: ARROW-17953
>                 URL: https://issues.apache.org/jira/browse/ARROW-17953
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: Archery
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> You can now list the available docker builds using {{archery docker images}}.
> However, to get details about a particular build, you have to dive into the 
> {{docker-compose.yml}} file.
> It would be nice if there were a command such as {{archery docker info 
> <image-name>}} that would give some information about the build, such as:
> * the possible parameters for the image (such as ARCH, UBUNTU...)
> * the command(s) executed by default when running the image



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to