1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-29 22:47:51 +02:00
Files
ko-build/docs/reference
Sean Liao c98cb1e05f allow setting annotations
This adds a new build flag for setting annotations
on image indexes and manifests.
Annotations are no longer copied from the base image.
`org.opencontainers.image.base.digest` and
`org.opencontainers.image.base.name`
are always set to the resolved values.

Usage example:

```sh
ko build --image-annotation foo=bar,fizz=buzz .
```

Fixes #1090
Fixes #1090
Fixes #1231
Fixes #1235
Fixes #1395
2024-10-16 13:18:43 -04:00
..
2024-10-16 13:18:43 -04:00
2024-10-16 13:18:43 -04:00
2024-10-16 13:18:43 -04:00
2024-10-16 13:18:43 -04:00
2024-10-16 13:18:43 -04:00