mirror of
https://github.com/imjasonh/node
synced 2026-07-07 01:12:24 +00:00
No description
|
|
||
|---|---|---|
| .github | ||
| apko.yaml | ||
| LICENSE | ||
| README.md | ||
| USAGE.md | ||
node
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:831ff81a7ee01be5e479ebcceaf5cbcab2700b7bb687746e7a2150765ddd61c7View 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.