mirror of
https://github.com/containers/buildah.git
synced 2025-07-30 04:23:09 +03:00
Add builder identity annotations.
Use io.podman.version and fix inspect tests Signed-off-by: caiges <caigesn@gmail.com> Closes: #1917 Approved by: TomSweeneyRedHat
This commit is contained in:
@ -29,6 +29,13 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const (
|
||||
// BuilderIdentityAnnotation is the name of the annotation key containing
|
||||
// the name and version of the producer of the image stored as an
|
||||
// annotation on commit.
|
||||
BuilderIdentityAnnotation = "io.buildah.version"
|
||||
)
|
||||
|
||||
// CommitOptions can be used to alter how an image is committed.
|
||||
type CommitOptions struct {
|
||||
// PreferredManifestType is the preferred type of image manifest. The
|
||||
|
Reference in New Issue
Block a user