From 71fb14fccb5a980f7c39413c72b59747e69df5a1 Mon Sep 17 00:00:00 2001 From: Guillem Borrell Nogueras Date: Tue, 9 Aug 2022 08:06:26 +0200 Subject: [PATCH] Update 'The Lab' --- The-Lab.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/The-Lab.md b/The-Lab.md index ce5be67..325688b 100644 --- a/The-Lab.md +++ b/The-Lab.md @@ -140,12 +140,20 @@ Since the database that the services use for their operation is external to dock # Services ## Gitops -The base deployment includes [gitea](https://gitea.io/en-us/) and Woodpecker CI (https://woodpecker-ci.org/). Gitea provides a plethora of services that we will leverage in the lab: +The base deployment includes [gitea](https://gitea.io/en-us/) and [Woodpecker CI](https://woodpecker-ci.org/). Gitea provides a plethora of services that we will leverage in the lab: 1. Source code repository 2. Wiki 3. Authentication 4. Webhooks for CI/CD +5. Package and container image registry (from version 0.17, which was kind of fortunate) + +Aditionally, Woodpecker provides + +1. CI/CD capabilities, with custom runners +2. Deployment secret management + +With this set of features, one can implement a fully-capable gitops base system. ## Development environment