From 4a2b06a026c2ce659b005299b60f45ab7bb92fd3 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Tue, 16 Feb 2021 10:31:26 +0100
Subject: [PATCH] More details about docker image

---
 docs/koji/bootstrapping.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/docs/koji/bootstrapping.md b/docs/koji/bootstrapping.md
index eb59837..296fe41 100644
--- a/docs/koji/bootstrapping.md
+++ b/docs/koji/bootstrapping.md
@@ -442,5 +442,23 @@ Now you can start creating other tags as necessary. It's probably a good idea
 to start with `myrpm` (for testing `rpmci`), `linuxsupport` (for our packages)
 and probably `config` (for Configuration Management stuff).
 
-## build docker image
+## Build a Docker image
+
+You'll need a docker image for many things, starting with `rpmci`. You've gotten
+away without it so far, but now it's time to build it.
+
+Start with [c8-base](https://gitlab.cern.ch/linuxsupport/c8-base) as a model and
+adapt it as needed. Make sure you have some tests to make sure your built Docker
+image works as you expect.
+
+Once you have a working Docker image, you can create a scheduled pipeline to
+(rebuild it every month)[https://gitlab.cern.ch/linuxsupport/c8-base/-/pipeline_schedules].
+
+## Build a new worker image for rpmci
+
+
+
+
 ## build cloud image
+
+## Build OpenAFS Kernel Modules
-- 
GitLab