The ImageManifest is a data structure defined in the appc/spec/schema package of the Go programming language. It represents a specification for an application container image according to the Application Container Image (ACI) specification defined by App Container (appc). The ImageManifest structure includes information such as the image's name, labels, dependencies, and the list of files and directories in the image. This allows developers to define and manipulate container images in Go applications. The package is hosted on the GitHub repository github.com/appc/spec/schema.
Golang ImageManifest - 29 examples found. These are the top rated real world Golang examples of github.com/appc/spec/schema.ImageManifest extracted from open source projects. You can rate examples to help us improve the quality of examples.