Skip to content

Commit

Permalink
Update kube-prompt to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
superseb authored and Alena Prokharchyk committed Sep 25, 2018
1 parent aaff0db commit cdb1094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get update && \
ENV LOGLEVEL_VERSION v0.1
RUN curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-amd64-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
RUN curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.3/share-mnt.tar.gz | tar xvzf - -C /usr/bin
RUN curl -sL https://github.com/c-bata/kube-prompt/releases/download/v1.0.3/kube-prompt_v1.0.3_linux_amd64.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
ENV KUBEPROMPT_VERSION v1.0.4
RUN curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_amd64.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
ARG VERSION=dev
LABEL io.cattle.agent true
ENV DOCKER_API_VERSION 1.24
Expand Down

0 comments on commit cdb1094

Please sign in to comment.