GoogleContainerTools/jib

Convert Gradle config parameters `jib.container.environment` to use lazy evaluation

Open

#4,067 opened on Jul 7, 2023

View on GitHub
 (9 comments) (0 reactions) (2 assignees)Java (13,341 stars) (1,412 forks)batch import
enhancementgood first issuepriority:p3

Description

Just like the like the jib.container.labels , the jib.container.environment property should use lazy evaluation. This will avoid having a mix of lazy/direct parameters set in the configuration

Contributor guide