From 3bd0cc48352f0e10b5d08dbef767698393d48583 Mon Sep 17 00:00:00 2001 From: Michael Kimsal Date: Thu, 1 Feb 2024 16:58:20 -0500 Subject: [PATCH] Update README.md to demonstrate building tools image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b9448fa..e41879d 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,12 @@ I used to use `altax` for remote deployment so that's also on there. I can't find an image on google cloud build that has `jq`, so I installed `jq` as well. +To build a tools image + +``` +FLAVOR=tools bash ./build-image.sh 8.1 +``` + # Supervisor runit Runit is a small, c process supervisor. It tries to restart failed processes until you tell it to stop. The problem with runit