Skip to content

jedsalazar/distroless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages