github.com/galamsiva2020/kubernetes-heapster-monitoring@v0.0.0-20210823134957-3c1baa7c1e70/influxdb/README.md (about)

     1  # InfluxDB image for Heapster
     2  
     3  This is a minimal influxdb docker image that plays well with heapster.
     4  
     5  ## How to build:
     6  
     7  ```console
     8  $ ARCH=${ARCH} make build
     9  ```
    10  
    11  ## How to release:
    12  
    13  This image supports multiple architectures, which means the Makefile cross-compiles and builds docker images for all architectures automatically when pushing.
    14  If you are releasing a new version, please bump the `VERSION` value in the `Makefile` before building the images.
    15  
    16  How to build and push all images:
    17  
    18  ```console
    19  # Optional: Set PREFIX if you want to push to a temporary user or another registry for testing
    20  # This command will build images and push for all architectures
    21  $ make push
    22  ```