Sign inSign up

fstab/grok_exporter-compiler-arm64v8

By fstab

Updated about 6 years ago

Docker image for building grok_exporter releases.

Image
0

1.0K

fstab/grok_exporter-compiler-arm64v8 repository overview

grok_exporter Compiler

This Docker image is used for building grok_exporter releases. See the release.sh script for how it is used.

The image is available on Docker hub. The sources are on Github.

To build the image from scratch on an Intel processor, run the following:

git clone https://github.com/fstab/docker-grok_exporter-compiler.git
cd docker-grok_exporter-compiler
docker build -t fstab/grok_exporter-compiler-amd64 -f Dockerfile.amd64 .

To build the image from scratch on an ARM processor (I am using a Scaleway server), run the following:

git clone https://github.com/fstab/docker-grok_exporter-compiler.git
cd docker-grok_exporter-compiler
docker build -t fstab/grok_exporter-compiler-arm64v8 -f Dockerfile.arm64v8 .

Example call to build a grok_exporter release:

go get github.com/fstab/grok_exporter
cd $GOPATH/src/github.com/fstab/grok_exporter
git submodule update --init --recursive
./release.sh

See github.com/fstab/grok_exporter for more info.

Tag summary

Content type

Image

Digest

Size

243.8 MB

Last updated

about 6 years ago

docker pull fstab/grok_exporter-compiler-arm64v8