Skip to content

Commit

Permalink
CB-25305: Referenced new PollProgress build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTinkerDad committed Apr 4, 2024
1 parent 143d247 commit 859ce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk update && apk add bash coreutils jq curl
ADD ./azure-copy /bin/
ADD ./azure-get-latest-vm-image-version /bin/

RUN curl -Lsf https://github.com/hortonworks/pollprogress/releases/download/0.2.4/pollprogress_0.2.4_Linux_x86_64.tgz | tar -xz -C /bin
RUN curl -Lsf https://github.com/hortonworks/pollprogress/releases/download/v1.0/pollprogress_1.0_Linux_x86_64.tgz | tar -xz -C /bin
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/azure/bin

ENTRYPOINT ["/bin/pollprogress"]

0 comments on commit 859ce8f

Please sign in to comment.