From 5e8b72337bfc68a1f2fc31a6e2ae62db710ce3ef Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sat, 27 Jul 2024 01:29:00 +0200 Subject: [PATCH] Add basic README with various information Have it explain the repos purpose, list the tools in use with links, have a list of images build with this repo and display a CI badge. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0daf4ba --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# OCI Container Images +[![status-badge](https://woodpecker.hamburg.ccc.de/api/badges/2/status.svg?branch=main)](https://woodpecker.hamburg.ccc.de/repos/2/branches/main) + +This repo allows us to automatically build various OCI container images. This is mostly useful when the standard images available don't fulfill our needs. + +Tools in use: +- [Woodpecker](https://woodpecker-ci.org/) +- [kaniko](https://github.com/GoogleContainerTools/kaniko) +- [crane](https://github.com/google/go-containerregistry/tree/main/cmd/crane) + +## Images + +- `git.hamburg.ccc.de/CCCHH/oci-images/keycloak`