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

Layer

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

Layer holds metadata specific to a layer of a Docker image.

interface Layer {
arguments?: string;
directive?: string;
}

§Properties

§
arguments?: string
[src]

The recovered arguments to the Dockerfile directive.

§
directive?: string
[src]

Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.