GoogleContainerTools / jib

🏗 Build container images for your Java applications.
Apache License 2.0
13.5k stars 1.42k forks source link

Cred Helper Environment support: clarification - is com.google.cloud.tools.jib.gradle.CredHelperParameters.getEnvironment used for anything? #4251

Closed alexanderankin closed 1 month ago

alexanderankin commented 1 month ago

presumably this is a place to set variables like AWS_PROFILE for credHelpers like ecr-login, but this does not appear to work, at least not trivially.

chanseokoh commented 1 month ago

Take a look at #2814.

alexanderankin commented 1 month ago

oh great, yeah i will close this as duplicate. i guess it is the same.