Skip to content

Commit

Permalink
Merge pull request #6064 from influxdata/smith/add-builder-docs
Browse files Browse the repository at this point in the history
chore: add docs for updating builder
  • Loading branch information
jeffreyssmith2nd authored Oct 19, 2023
2 parents 75eb219 + b205ca7 commit e9843bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/updating_builder_image.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e9843bb

Please sign in to comment.