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

ContainerSource

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

The URI of an Artifact Registry container image to use as the build source.

interface ContainerSource {
image?: string;
}

§Properties

§
image?: string
[src]

Required. A URI representing a container for the backend to use.