Skip to main content
Module

x/cicada/types/dockerImages.ts>DockerImages

Write CI/CD pipelines using TypeScript
Go to Latest
type alias DockerImages
import { type DockerImages } from "https://deno.land/x/cicada@v0.1.49/types/dockerImages.ts";

Popular docker images.

It's typed in such a way that it will autocomplete the available versions for the given image, but also allows any arbitrary string.

definition: Node | (string & Record<never, never>)