Options
All
  • Public
  • Public/Protected
  • All
Menu

dockside

Index

Type aliases

Annotations: Record<string, string>
Identifier: { type: "tag"; value: string } | { type: "digest"; value: string }

Identifier completes an image reference with a tag (e.g., :latest) or digest (e.g., @sha256:...).

A Resource is a resource that can be authenticated against.

Variables

defaultRegistry: "docker.io" = 'docker.io'
defaultRegistryHost: string = ...

Functions

  • isLocalRegistry(name: string): boolean

Generated using TypeDoc