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
Dockerfileto this folder. - Update ci.yaml and add this folder
name to the
jobs.build.strategy.matrix.imagearray. - Update schedule.yaml and add this folder
name to the
jobs.schedule.with.imagesarray. - Update .release-please-manifest.json with the new image and initial version.
- Update release-please-config.json and add the image
to the
packagessection.