https://github.com/chainguard-dev/learning-labs-node
Demo application for Node Learning Lab
https://github.com/chainguard-dev/learning-labs-node
Last synced: 10 months ago
JSON representation
Demo application for Node Learning Lab
- Host: GitHub
- URL: https://github.com/chainguard-dev/learning-labs-node
- Owner: chainguard-dev
- License: apache-2.0
- Created: 2024-07-18T10:56:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T13:12:42.000Z (over 1 year ago)
- Last Synced: 2025-02-24T03:48:32.598Z (10 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Labs: Build Secure and Minimal Images with Chainguard Node Images
This repo contains the code for a simple Node TODO application. It is designed to be used in the Chainguard
Learning Labs course, where we will walk through converting it to use Chainguard Images.
There are different versions of this code in various branches:
- `main` is a standard Docker build with the `node` image
- `chainguard_node` is a standard Docker build with the `cgr.dev/chainguard/node` image
- `chainguard-multistage-node` is a multistage Docker build