Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DockerRepository

import type { DockerRepository } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

Configuration for a Docker remote repository.

interface DockerRepository {
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "DOCKER_HUB";
}

§Properties

§
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "DOCKER_HUB"
[src]

One of the publicly available Docker repositories supported by Artifact Registry.