Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History

influxdb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

InfluxDB image for Heapster

This is a minimal influxdb docker image that plays well with heapster.

How to build:

$ ARCH=${ARCH} make build

How to release:

This image supports multiple architectures, which means the Makefile cross-compiles and builds docker images for all architectures automatically when pushing. If you are releasing a new version, please bump the VERSION value in the Makefile before building the images.

How to build and push all images:

# Optional: Set PREFIX if you want to push to a temporary user or another registry for testing
# This command will build images and push for all architectures
$ make push