Collection of container images
- Create a folder with the image name below
images/
. The name of the folder will also be used as the image name so it should only consist of DNS-safe characters and underscores. - Add a
Dockerfile
to this folder. - Update ci.yaml and add this folder
name to the
jobs.build.strategy.matrix.image
array. - Update schedule.yaml and add this folder
name to the
jobs.schedule.with.images
array. - Update .release-please-manifest.json with the new image and initial version.
- Update release-please-config.json and add the image
to the
packages
section.