cockroachdb / cockroachdb/cockroach-operator
Create and document process for updating docker images when new base image versions come out
Open
documentation
enhancement
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
Why:
To keep the base OS version in the cockroach-operator docker images up-to-date.
Possible implementation:
1. Add a GitHub Action similar to [update-crdb-versions](https://github.com/cockroachdb/cockroach-operator/blob/master/.github/workflows/update-crdb-versions.yaml) that checks for a newer version of the base docker image used by the operator and open a PR.
2. Publish a new operator version containing the change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.