Skip to content

Commit

Permalink
Merge pull request #86 from autopilotpattern/CP_v3_final
Browse files Browse the repository at this point in the history
upgrade to ContainerPilot v3 final
  • Loading branch information
tgross authored Jun 16, 2017
2 parents 04832fd + 2ffe0a0 commit eaf905d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM percona:5.6

ENV CONTAINERPILOT_VER 3.0.0-RC1
ENV CONTAINERPILOT_VER 3.0.0
ENV CONTAINERPILOT /etc/containerpilot.json5

# By keeping a lot of discrete steps in a single RUN we can clean up after
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN set -ex \
# \
# Add ContainerPilot and set its configuration file path \
# \
&& export CONTAINERPILOT_CHECKSUM=f67929d1c8567d31772085fc252338091a5f795c \
&& export CONTAINERPILOT_CHECKSUM=6da4a4ab3dd92d8fd009cdb81a4d4002a90c8b7c \
&& curl -Lvo /tmp/containerpilot.tar.gz "https://github.com/joyent/containerpilot/releases/download/${CONTAINERPILOT_VER}/containerpilot-${CONTAINERPILOT_VER}.tar.gz" \
&& echo "${CONTAINERPILOT_CHECKSUM} /tmp/containerpilot.tar.gz" | sha1sum -c \
&& tar zxf /tmp/containerpilot.tar.gz -C /usr/local/bin \
Expand Down

0 comments on commit eaf905d

Please sign in to comment.