From bc9931f1a2a3fbbfc13ac89da08de06d52ee1ead Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Fri, 4 Dec 2020 23:17:32 +0000 Subject: [PATCH] Re-trigger publish jobs This commit will be used to re-publish the image-builder job, which did not successfully push to Quay because of a permission error. Change-Id: I9d8634fb74e7e20438a517446571efad6901b54d --- image-builder/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/image-builder/README.md b/image-builder/README.md index d5027a6..b89d8aa 100644 --- a/image-builder/README.md +++ b/image-builder/README.md @@ -1,6 +1,9 @@ # Overview -Image Builder is a utility used to produce two types of artifacts needed for an airshipctl deployment: an iso (for the ephemeral node), and qcow2’s (used by metal3io to deploy all other nodes). This is accomplished through several stages as follows: +Image Builder is a utility used to produce two types of artifacts needed for an +airshipctl deployment: an iso (for the ephemeral node), and qcow2’s (used by +metal3io to deploy all other nodes). This is accomplished through several stages +as follows: 1. Build docker image containing the base operating system and basic configuration management 1. Run configuration management again with customized user-supplied inputs in container runtime