Merge pull request #6064 from influxdata/smith/add-builder-docs

chore: add docs for updating builder
pull/6068/head
Jeffrey Smith II 2023-10-19 09:30:18 -04:00 committed by GitHub
commit e9843bb56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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-<YYYYMMDD>
```
2. Push the image to quay:
```
docker push quay.io/influxdb/builder:chronograf-<YYYYMMDD>
```
If you have any permissions issues, ping @jeffreyssmith2nd or @bnpfeife