Image Overview: wavefront-proxy
ReferenceChainguard ImagesProduct
stable
cgr.dev/chainguard/wavefront-proxy
Tags | Aliases |
---|---|
latest |
12 , 12.4 , 12.4-r1 |
latest-dev |
12-dev , 12.4-dev , 12.4-r1-dev |
Minimal wavefront-proxy image
Get It!
The image is available on cgr.dev
:
docker pull cgr.dev/chainguard/wavefront-proxy:latest
Usage
This image is a drop-in replacement for the upstream image.
To test:
# Need to update WAVEFRONT_URL and WAVEFRONT_TOKEN accordingly
$ docker run -d \
-e WAVEFRONT_URL=https://<myinstance>.wavefront.com/api \
-e WAVEFRONT_TOKEN=<YOUR-API-TOKEN> \
-e JAVA_HEAP_USAGE="1650m"\
-m 2g \
-p 2878:2878 \
cgr.dev/chainguard/wavefront-proxy
Note that the wavefront-proxy
does need the WAVEFRONT_URL
and WAVEFRONT_TOKEN
to work correctly.
See the configuration docs for more examples.