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

docker_image.go

Version
v0.19.0-rc1
Published
Jan 14, 2025
Platform
js/wasm
Imports
1 packages
Last checked
1 hour ago

Tools for package owners.