GoogleContainerTools/jib

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

Open

#4.067 geöffnet am 7. Juli 2023

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.412 Forks)batch import
enhancementgood first issuepriority:p3

Repository-Metriken

Stars
 (13.341 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 76T 3h) (1 gemergte PR in 30 T)

Beschreibung

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