From b205ca78c9c1da0f876ca29f3eac27591178e836 Mon Sep 17 00:00:00 2001 From: Jeffrey Smith II Date: Thu, 12 Oct 2023 13:54:42 -0400 Subject: [PATCH] chore: add docs for updating builder --- docs/updating_builder_image.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/updating_builder_image.md diff --git a/docs/updating_builder_image.md b/docs/updating_builder_image.md new file mode 100644 index 000000000..b3a4181e0 --- /dev/null +++ b/docs/updating_builder_image.md @@ -0,0 +1,17 @@ +# Updating the Builder Image + +The image that performs CI builds is located at `etc/Dockerfile_build`. When this file is changed, a manual build and release process is required. + +1. Build the image: + +``` +docker build . -t quay.io/influxdb/builder:chronograf- +``` + +2. Push the image to quay: + +``` +docker push quay.io/influxdb/builder:chronograf- +``` + +If you have any permissions issues, ping @jeffreyssmith2nd or @bnpfeife