Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManifestListAttributes

Package version

Hierarchy

  • ManifestListAttributes

Index

Properties

Optional digest

digest: undefined | string

The digest of the content, as defined by the Registry V2 HTTP API Specification

Optional mediaType

mediaType: undefined | string

The MIME type of the referenced object. This will generally be application/vnd.docker.image.manifest.v2+json, but it could also be application/vnd.docker.image.manifest.v1+json

Optional platform

platform: Platform

The platform object describes the platform which the image in the manifest runs on. A full list of valid operating system and architecture values are listed in the Go language documentation for $GOOS and $GOARCH

Optional size

size: undefined | number

The size in bytes of the object

Generated using TypeDoc