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

BaseImage

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

BaseImage describes a base image of a container image.

interface BaseImage {
layerCount?: number;
name?: string;
repository?: string;
}

§Properties

§
layerCount?: number
[src]

The number of layers that the base image is composed of.

§
name?: string
[src]

The name of the base image.

§
repository?: string
[src]

The repository name in which the base image is from.