You can consume the env var (if it would be ok pas...
# general
c
You can consume the env var (if it would be ok passing it in as env var, was unclear to me if you knew how, but didn’t want to, or ok with, but need to know how) 😉
Copy code
docker_image(extra_build_args=["CONTAINER_GID"])
Copy code
CONTAINER_GID=$(group_id) ./pants package ..