package image
import "github.com/moby/buildkit/exporter/containerimage/image"
Index ¶
Types ¶
type HealthConfig ¶
type HealthConfig = v1.HealthcheckConfig
HealthConfig holds configuration settings for the HEALTHCHECK feature.
Deprecated: use v1.HealthcheckConfig.
type Image ¶
type Image = v1.DockerOCIImage
Image is the JSON structure which describes some basic information about the image. This provides the `application/vnd.oci.image.config.v1+json` mediatype when marshalled to JSON.
Deprecated: use v1.DockerOCIImage.
type ImageConfig ¶
type ImageConfig = v1.DockerOCIImageConfig
ImageConfig is a docker compatible config for an image
Deprecated: use v1.DockerOCIImageConfig.
Source Files ¶
- Version
- v0.21.0 (latest)
- Published
- Apr 11, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 2 days ago –
Tools for package owners.