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: 4 months ago
JSON representation
Apko build automation for building base images used by cert-manager projects.
- Host: GitHub
- URL: https://github.com/cert-manager/base-images
- Owner: cert-manager
- License: apache-2.0
- Created: 2023-11-18T10:22:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T07:40:50.000Z (4 months ago)
- Last Synced: 2026-02-16T15:28:52.248Z (4 months ago)
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.