GoogleContainerTools / GoogleContainerTools/jib
Expand <platform> configuration to accept more properties besides architecture and os
Open
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
Assessment
This issue has not been assessed yet.