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.
- 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T16:29:23.000Z (over 1 year ago)
- Last Synced: 2024-05-23T00:21:11.442Z (about 1 year ago)
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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.