GoogleContainerTools / GoogleContainerTools/jib

Expand <platform> configuration to accept more properties besides architecture and os

Open
#2,741 4 comments 1 reaction 0 assignees View on GitHub
area/jib-core area/jib-gradle-plugin area/jib-maven-plugin enhancement priority:p4
Dominant language
Java
Stars
14.5k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

The [OCI Image Spec](https://github.com/opencontainers/image-spec/blob/master/image-index.md#image-index-property-descriptions) defines other properties in addition to `architecture` and `os`.

- `os.version` string
- `os.features` array of strings
- `variant` string
- `features` array of strings

These properties are optional, unlike `architecture` and `os`. Needs investigation as to how to search and match these properties.

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.