From da39213f105e03dbe5296490c4b01c625f2d22df Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 5 Jan 2025 10:37:26 -0500 Subject: [PATCH] Update README.md (#50) --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4dc787e..507b376 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,6 @@ This repository is meant to be a template for building your own custom Universal This template includes a Containerfile and a Github workflow for building the container image. As soon as the workflow is enabled in your repository, it will build the container image and push it to the Github Container Registry. -# Community - -- [**bootc discussion forums**](https://github.com/containers/bootc/discussions) - Nothing in this template is ublue specific, the upstream bootc project has a discussions forum where custom image builders can hang out and ask questions. -- Index your image on [artifacthub.io](https://artifacthub.io), use the `artifacthub-repo.yml` file at the root to verify yourself as the publisher. - # Prerequisites Working knowledge in the following topics: @@ -85,7 +80,13 @@ This provides users a method of verifying the image. 4. Commit the `cosign.pub` file to the root of your git repository. -### Examples +# Community + +- [**bootc discussion forums**](https://github.com/containers/bootc/discussions) - Nothing in this template is ublue specific, the upstream bootc project has a discussions forum where custom image builders can hang out and ask questions. +- Index your image on [artifacthub.io](https://artifacthub.io), use the `artifacthub-repo.yml` file at the root to verify yourself as the publisher. + +## Community Examples + - [m2os](https://github.com/m2giles/m2os) - [bos](https://github.com/bsherman/bos) - [homer](https://github.com/bketelsen/homer/)