Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.06 KB

Template Respository for Distroless Images

This repository contains some basic files to spin up a new distroless image.

Image Configuration

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.

Image Readme

Remember to describe the purpose of the new image by editing the README.md file.

Release Workflow

By default, the new repository will contain a release workflow that builds and publishes the image every day at midnight.