1
0
Fork 0
mirror of https://github.com/imjasonh/node synced 2026-07-07 01:12:24 +00:00
No description
Find a file
github-actions[bot] 83891fa96c
Regenerate README.md
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-28 18:59:58 +00:00
.github actually build nodejs image 2022-10-25 23:55:10 -04:00
apko.yaml include busybox 2022-10-26 00:43:57 -04:00
LICENSE Initial commit 2022-10-25 16:08:48 -04:00
README.md Regenerate README.md 2022-10-28 18:59:58 +00:00
USAGE.md actually build nodejs image 2022-10-25 23:55:10 -04:00

node

CI status

WORK IN PROGRESS

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/node:latest

Supported tags

Tag Digest Arch
latest sha256:831ff81a7ee01be5e479ebcceaf5cbcab2700b7bb687746e7a2150765ddd61c7
View entry in Rekor
amd64

Usage

Minimal container image for running NodeJS apps

Signing

All Chainguard Images are signed using Sigstore!


To verify the image, download cosign and run:
COSIGN_EXPERIMENTAL=1 cosign verify cgr.dev/chainguard/node:latest | jq

Output:

Error: no matching signatures:
searching log query: [POST /api/v1/log/entries/retrieve][404] searchLogQuery default  &{Code:404 Message:no responses found}
main.go:62: error during command execution: no matching signatures:
searching log query: [POST /api/v1/log/entries/retrieve][404] searchLogQuery default  &{Code:404 Message:no responses found}

You can verify that the image was built in Github Actions in this repository from the Issuer and Subject fields.

Build

This image is built with apko.