Skip to content

Commit

Permalink
telemtry v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan Peng authored and Denise committed Jul 26, 2018
1 parent d5823d0 commit e8089c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ ENV CATTLE_HELM_VERSION v2.9.1-rancher1
ENV CATTLE_MACHINE_VERSION v0.15.0-rancher1-1
ENV LOGLEVEL_VERSION v0.1
ENV TINI_VERSION v0.18.0
ENV TELEMETRY_VERSION v0.4.0
ENV TELEMETRY_VERSION v0.5.0

RUN curl -sLf https://github.com/rancher/machine-package/releases/download/${CATTLE_MACHINE_VERSION}/docker-machine.tar.gz | tar xvzf - -C /usr/bin && \
curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-amd64-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin && \
curl -sLf https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini > /usr/bin/tini && \
curl -sLf https://github.com/rancher/helm/releases/download/${CATTLE_HELM_VERSION}/helm > /usr/bin/helm && \
curl -sLf https://github.com/rancher/telemetry/releases/download/${TELEMETRY_VERSION}/telemetry.tar.xz | tar -xJf - -C /usr/bin && \
chmod +x /usr/bin/helm /usr/bin/tini
curl -sLf https://github.com/rancher/telemetry/releases/download/${TELEMETRY_VERSION}/telemetry > /usr/bin/telemetry && \
chmod +x /usr/bin/helm /usr/bin/tini /usr/bin/telemetry

ENV CATTLE_UI_PATH /usr/share/rancher/ui
ENV CATTLE_UI_VERSION 2.0.61
Expand Down

0 comments on commit e8089c7

Please sign in to comment.