https://github.com/chainguard-dev/learning-labs-static
Base code for Learning Labs: "Build Secure and Minimal Images with Chainguard Static Images"
https://github.com/chainguard-dev/learning-labs-static
Last synced: about 2 months ago
JSON representation
Base code for Learning Labs: "Build Secure and Minimal Images with Chainguard Static Images"
- Host: GitHub
- URL: https://github.com/chainguard-dev/learning-labs-static
- Owner: chainguard-dev
- License: apache-2.0
- Created: 2024-01-30T09:22:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T14:24:22.000Z (over 1 year ago)
- Last Synced: 2025-04-01T17:17:14.364Z (about 2 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 7
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Labs: Build Secure and Minimal Images with Chainguard Static Images
This repo contains the code for a simple Go 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 `golang` image
- `chainguard_go` is a standard Docker build with the `cgr.dev/chainguard/go` image
- `chainguard-multistage-go` is a multistage Docker build using the `cgr.dev/chainguard/go` and
`cgr/dev/chainguard/static` images.