Join Slack
Powered by
is there a way to set a docker's tag to current co...
# general
a
alert-psychiatrist-14102
10/24/2023, 9:16 AM
is there a way to set a docker's tag to current commit SHA hermetically? i.e. without relying on an external env var, such as
GIT_COMMIT
. Ideally, some pants hook would run
$(git rev-parse HEAD)
and inject the output as build_arg.
c
curved-manchester-66006
10/24/2023, 1:02 PM
Not today
https://github.com/pantsbuild/pants/issues/19981
🙏 1
Open in Slack
Previous
Next