kszucs commented on a change in pull request #8824:
URL: https://github.com/apache/arrow/pull/8824#discussion_r661396352
##########
File path: .github/workflows/ruby.yml
##########
@@ -21,7 +21,7 @@ on:
push:
paths:
- '.github/workflows/ruby.yml'
- - 'ci/docker/**'
+ - 'ci/docker/linux-apt-ruby.dockerfile'
Review comment:
We would need to list all dockerfiles used in the parent images, in this
case:
```
ci/docker/ubuntu-18.04-cpp.dockerfile
ci/docker/linux-apt-c-glib.dockerfile
ci/docker/linux-apt-ruby.dockerfile
```
though if we wan't to run `UBUNTU=20.04 archery docker run ubuntu-ruby` then:
```
ci/docker/ubuntu-20.04-cpp.dockerfile
ci/docker/linux-apt-c-glib.dockerfile
ci/docker/linux-apt-ruby.dockerfile
```
This hierarchy is encoded in the
[docker-compose.yml](https://github.com/apache/arrow/blob/master/docker-compose.yml#L69)
depending on the env [variables as
well](https://github.com/apache/arrow/blob/master/docker-compose.yml#L542).
--
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]