GoogleContainerTools / GoogleContainerTools/jib
Return multiple image manifests matching configured platforms
Open
area/jib-core
area/jib-gradle-plugin
area/jib-maven-plugin
enhancement
priority:p4
question
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
(from https://github.com/GoogleContainerTools/jib/pull/2615#discussion_r459737238)
A manifest list may contain multiple manifests with the configured architecture and OS. For now we just return the first manifest matching the architecture and OS. Perhaps we should return multiple manifests?
https://github.com/GoogleContainerTools/jib/blob/master/jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PullBaseImageStep.java#L282
And should this method find only the exact match? Or, return the closest match if there isn't? Note this is closely related to #2741. Needs more thoughts.
Contributor guide
Assessment
This issue has not been assessed yet.