An open API service indexing awesome lists of open source software.

https://github.com/cert-manager/base-images

Apko build automation for building base images used by cert-manager projects.
https://github.com/cert-manager/base-images

Last synced: 3 months ago
JSON representation

Apko build automation for building base images used by cert-manager projects.

Awesome Lists containing this project

README

        


cert-manager project logo

# cert-manager base images

⚠️ This repo is an internal part of the cert-manager project's build processes. You shouldn't generally need to use this repo
unless you're actively developing cert-manager or one of its subprojects.

This repository contains [apko](https://apko.dev) build automation for the [cert-manager](https://cert-manager.io) base images.

The resulting images can be found here:

- [quay.io/jetstack/base-static](https://quay.io/repository/jetstack/base-static)
- [quay.io/jetstack/base-static-csi](https://quay.io/repository/jetstack/base-static-csi)

## ⚠️ Issue with Scheduled GitHub Actions

Scheduled GitHub actions disable themselves after [60 days of repository inactivity](https://docs.github.com/en/actions/administering-github-actions/usage-limits-billing-and-administration#disabling-and-enabling-workflows):

> In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days.

This repo uses a lot of automation to maintain the base images, with the side-effect that very little work is needed in this repo on a regular basis
and so there's a risk that this disablement will happen on this repo.

As an initial low-tech solution to this problem, we have calendar reminders to create a PR for this repo at least every 60 days.