Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/katoa/types/dockerImages.ts>DockerImages

Write CI/CD pipelines using TypeScript
Latest
type alias DockerImages
import { type DockerImages } from "https://deno.land/x/katoa@v0.1.51/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>)