This repository contains some basic files to spin up a new distroless image.
To add a new image distribution to the distroless org, create its repository by clicking on the "Use this template button". This will create a new repository using the files contained here.
Modify the sample .apko.yaml
file to define the configuration of the new image:
contents:
repositories:
- http://dl-cdn.alpinelinux.org/alpine/edge/main
packages:
- ca-certificates-bundle
- alpine-baselayout-data
For more information about all the apko configuration options, please check the documentation and the examples.
Remember to describe the purpose of the new image by editing the README.md file.
By default, the new repository will contain a release workflow that builds and publishes the image every day at midnight.