Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.09 KB

Images Bite Back

This repo contains the code for my Cloud Native Rejekts talk on Day 2 Build Issues.

It is intended to demonstrate how to:

  • do a multistage build with a distroless Chainguard images
  • push built images and artifacts to a registry
  • handle multi-arch builds
  • pin images and actions to digests
  • sign images with cosign

The repo contains the following:

Both the Actions and Dockerfiles are intended to be a good starting point for creating your own.