Skip to content

Commit

Permalink
Merge pull request #14 from bryanlatten/feature-s6-update
Browse files Browse the repository at this point in the history
Dockerfile: updated S6 overlay to v1.19.1.1
  • Loading branch information
bryanlatten authored Jan 31, 2017
2 parents f6b0ed8 + 1f9e638 commit a82af5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV SIGNAL_BUILD_STOP=99 \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_KILL_FINISH_MAXTIME=5000 \
S6_KILL_GRACETIME=3000 \
S6_VERSION=v1.18.1.5 \
S6_VERSION=v1.19.1.1 \
GOSS_VERSION=v0.2.5

# Ensure scripts are available for use in next command
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV SIGNAL_BUILD_STOP=99 \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_KILL_FINISH_MAXTIME=5000 \
S6_KILL_GRACETIME=3000 \
S6_VERSION=v1.18.1.5 \
S6_VERSION=v1.19.1.1 \
GOSS_VERSION=v0.2.5

# Ensure scripts are available for use in next command
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile-centos
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV SIGNAL_BUILD_STOP=99 \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_KILL_FINISH_MAXTIME=5000 \
S6_KILL_GRACETIME=3000 \
S6_VERSION=v1.18.1.5 \
S6_VERSION=v1.19.1.1 \
GOSS_VERSION=v0.2.5

# Ensure scripts are available for use in next command
Expand All @@ -22,8 +22,8 @@ RUN ln -s /scripts/clean_centos.sh /clean.sh && \
/bin/bash -e /security_updates.sh && \
/bin/bash -e /clean.sh && \
curl -L https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/s6-overlay-amd64.tar.gz -o /tmp/s6.tar.gz && \
tar xzf /tmp/s6.tar.gz -C / --exclude="./bin" --exclude="./sbin" && \
tar xzf /tmp/s6.tar.gz -C /usr ./bin ./sbin && \
tar xzf /tmp/s6.tar.gz -C / --exclude="./bin" && \
tar xzf /tmp/s6.tar.gz -C /usr ./bin && \
rm -f /tmp/s6.tar.gz && \
curl -L https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/goss-linux-amd64 -o /usr/local/bin/goss && \
chmod +x /usr/local/bin/goss
Expand Down

0 comments on commit a82af5a

Please sign in to comment.