Skip to main content
Module

x/docker_registry_client/index.ts

Typescript client for the OCI / Docker Registry API. Useful for inspecting and managing images or tags.
Latest
import * as dockerRegistryClient from "https://deno.land/x/docker_registry_client@v0.4.1/index.ts";

Classes

Base class for custom error classes.

Functions

Calculate the 'Docker-Content-Digest' header for the given manifest.

Parse a docker index name or index URL.

Parse a docker repo and tag string: [INDEX/]REPO[:TAG|@DIGEST]

Parse a docker repo and tag/digest string: [INDEX/]REPO[:TAG|@DIGEST|:TAG@DIGEST]