GoogleContainerTools / GoogleContainerTools/jib

Return multiple image manifests matching configured platforms

Open
#2,754 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.