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