jonkeane commented on a change in pull request #12366:
URL: https://github.com/apache/arrow/pull/12366#discussion_r805060077
##########
File path: docker-compose.yml
##########
@@ -1154,6 +1154,7 @@ services:
gcc_version: ${GCC_VERSION}
tz: ${TZ}
r_prune_deps: ${R_PRUNE_DEPS}
+ r_duckdb_dev: ${R_DUCKDB_DEV:-}
Review comment:
I'm pretty sure that there's no way to pass these as environment
variables, we've got to pass as `args` which then get turned into env vars.
I've tried locally and haven't been able to get them to come through,
additionally:
> When building an image, the only thing you can provide are ARG values, as
described above. You can’t provide values for ENV variables directly.
https://vsupalov.com/docker-arg-env-variable-guide/
But maybe I'm missing something?
--
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]