Skip to content

Commit

Permalink
3.1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Nov 6, 2023
1 parent 78cff46 commit ebf05a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format",
"editor.formatOnSave": true,
}
},
"docker.languageserver.formatter.ignoreMultilineInstructions": true
}
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ ENV AGENT_WORKDIR="${HOME}/agent" \
# Fails if cont-init and fix-attrs fails \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
# Wait for services before running CMD \
# Apparent bug in s6-overlay: \
# https://github.com/just-containers/s6-overlay/issues/546 \
S6_CMD_WAIT_FOR_SERVICES=1 \
# Give 15s for services to start \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=15000 \
Expand Down Expand Up @@ -256,7 +254,7 @@ RUN \
# install helm 3 \
${CURL} https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | sudo -E bash -; \
# install s6-overlay \
version="3.1.5.0"; \
version="3.1.6.0"; \
${CURL} https://github.com/just-containers/s6-overlay/releases/download/v${version}/s6-overlay-noarch.tar.xz | sudo tar -C / -Jxpf -; \
${CURL} https://github.com/just-containers/s6-overlay/releases/download/v${version}/s6-overlay-x86_64.tar.xz | sudo tar -C / -Jxpf -; \
# fix sshd not starting \
Expand Down

0 comments on commit ebf05a7

Please sign in to comment.