DirectorySecurity advisories
Sign in

Directory

deno logo

deno

Last changed
Get started with latest for free
docker pull cgr.dev/chainguard/deno

Need access to a specific version? Contact us.

Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Minimal container image for running Deno apps

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/deno:latest

The image specifies a default non-root deno user (UID 65532), and a working directory at /app, owned by that deno user, and accessible to all users.

Usage Example

Navigate to the example/ directory:

cd example/

The Dockerfile is based on Deno's webserver tutorial, but packages it up into a Chainguard deno image.

Build the application on the deno base image.

docker build \
  --tag deno-docker \
  .

Then you can run the image:

docker run \
  --rm -it \
  -p 8080:8080 \
  deno-docker

...and test to see that it works:

$ curl localhost:8080
Your user-agent is:

curl/7.84.0%
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • GCC-exception-3.1

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Category
application
languages

Products

Chainguard Images

© 2024 Chainguard, Inc.