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

Commit

Permalink
bump collector version to 1.8.0 for openshift (#338)
Browse files Browse the repository at this point in the history
Signed-off by: Anil Kodali <akodali@vmware.com>
  • Loading branch information
helen-shao authored Jan 13, 2022
1 parent 928f5ee commit 0403df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker/Dockerfile-rhel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .

RUN /bin/bash -c "go version"

RUN /bin/bash -c "CGO_ENABLED=0 go build -ldflags '-w -X main.version=1.7.5' -o ./wavefront-collector ./cmd/wavefront-collector/"
RUN /bin/bash -c "CGO_ENABLED=0 go build -ldflags '-w -X main.version=1.8.0' -o ./wavefront-collector ./cmd/wavefront-collector/"

#Using ubi7 minimal image
FROM registry.access.redhat.com/ubi7/ubi-minimal:latest
Expand All @@ -17,8 +17,8 @@ MAINTAINER wavefront@vmware.com
LABEL name="Wavefront Collector" \
maintainer="wavefront@vmware.com" \
vendor="Wavefront by VMware" \
version="v1.7.5" \
release="v1.7.5" \
version="v1.8.0" \
release="v1.8.0" \
summary="The Wavefront Collector for Kubernetes enables monitoring Kubernetes clusters and sending metrics to Wavefront." \
description="The Wavefront Collector collects real-time metrics from all layers of a Kubernetes environment and Auto discovery of pods and services based on annotation and configuration."

Expand Down

0 comments on commit 0403df9

Please sign in to comment.