Skip to content

Commit

Permalink
Fix Heapster build to use patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mwringe committed Jul 13, 2017
1 parent 4e0f224 commit cfb20d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heapster-base/Dockerfile
Expand Up @@ -49,7 +49,7 @@ RUN yum install -y -q go git wget make patch && \
git clone https://github.com/kubernetes/heapster && \
cd heapster && \
git checkout $HEAPSTER_COMMIT && \
git apply BZ1465532.patch && \
git apply /tmp/BZ1465532.patch && \
make && \
cp heapster /opt && \
rm -rf $GOPATH && \
Expand Down
2 changes: 1 addition & 1 deletion heapster/Dockerfile
Expand Up @@ -16,7 +16,7 @@
#

# Heapster Docker Image
FROM openshift/origin-metrics-heapster-base:v1.3.0-1
FROM openshift/origin-metrics-heapster-base:v1.3.0-2

# The image is maintained by the Hawkular Metrics team
MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
Expand Down

0 comments on commit cfb20d3

Please sign in to comment.