Skip to content

feat: Update DIND_COMMIT to a more recent version that supports cgroupv2 nesting #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion al/aarch64/standard/2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ FROM runtimes_1 AS runtimes_2
#Docker 19
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034"
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e"

ENV DOCKER_SHA256="2C75CD6C3DC9B81CB5BDE664C882E4339A2054E09CF09606F9F7DD6970E7F078"
ENV DOCKER_VERSION="20.10.22"
Expand Down
2 changes: 1 addition & 1 deletion al/aarch64/standard/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ FROM runtimes_1 AS runtimes_2
#Docker 2.17
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034"
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e"

ENV DOCKER_SHA256="e6b53725a73763ab3f988c73f8772eaed429754c1a579db5ff11f21990fd1817"
ENV DOCKER_VERSION="27.5.1"
Expand Down
2 changes: 1 addition & 1 deletion al/x86_64/standard/4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ FROM runtimes_1 AS runtimes_2
#Docker 20
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.29.2"

ENV DOCKER_SHA256="AB91092320A87691A1EAF0225B48585DB9C69CFF0ED4B0F569F744FF765515E3"
Expand Down
2 changes: 1 addition & 1 deletion al/x86_64/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN set -ex \
# Install Docker 27
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="2.29.7" \
DOCKER_BUILDX_VERSION="0.17.1"

Expand Down
2 changes: 1 addition & 1 deletion al/x86_64/standard/corretto11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN set -ex \
#Docker 23
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="2.17.3" \
DOCKER_BUILDX_VERSION="0.11.0"

Expand Down
2 changes: 1 addition & 1 deletion al/x86_64/standard/corretto8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN set -ex \
#Docker 23
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="2.17.3" \
DOCKER_BUILDX_VERSION="0.11.0"

Expand Down
2 changes: 1 addition & 1 deletion ubuntu/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ RUN rm -fr /var/lib/apt/lists/* /tmp/* /var/tmp/* \
#**************** DOCKER *********************************************
ARG DOCKER_BUCKET="download.docker.com"
ARG DOCKER_CHANNEL="stable"
ARG DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034"
ARG DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e"
ARG DOCKER_COMPOSE_VERSION="1.29.2"
ARG SRC_DIR="/usr/src"

Expand Down
2 changes: 1 addition & 1 deletion ubuntu/standard/6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ RUN rm -fr /var/lib/apt/lists/* /tmp/* /var/tmp/* \
#**************** DOCKER *********************************************
ARG DOCKER_BUCKET="download.docker.com"
ARG DOCKER_CHANNEL="stable"
ARG DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034"
ARG DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e"
ARG DOCKER_COMPOSE_VERSION="2.17.3"
ARG DOCKER_BUILDX_VERSION="0.11.0"
ARG SRC_DIR="/usr/src"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/standard/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RUN set -ex \
#**************** DOCKER *********************************************
ARG DOCKER_BUCKET="download.docker.com"
ARG DOCKER_CHANNEL="stable"
ARG DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034"
ARG DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e"
ARG DOCKER_COMPOSE_VERSION="2.29.7"
ARG DOCKER_BUILDX_VERSION="0.17.1"
ARG SRC_DIR="/usr/src"
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/al2/aarch64/standard/1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG CHINA_REGION
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="0259f8b6572f02cf0dafd7388ca0e4adfdbbfaba81cfb1b7443e89fccbed22c7" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DEBIAN_FRONTEND="noninteractive" \
SRC_DIR="/usr/src" \
EPEL_REPO="https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/al2/x86_64/standard/1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ FROM runtimes_1 AS al2_v1
#Docker 18
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.24.0"

ENV DOCKER_SHA256="1f3f6774117765279fce64ee7f76abbb5f260264548cf80631d68fb2d795bb09"
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/al2/x86_64/standard/2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ FROM runtimes_1 AS runtimes_2
#Docker 20
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.24.0"

ENV DOCKER_SHA256="dd6ff72df1edfd61ae55feaa4aadb88634161f0aa06dbaaf291d1be594099ff3"
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/al2/x86_64/standard/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ FROM runtimes_1 AS runtimes_2
#Docker 20
ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_CHANNEL="stable" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.26.2"

ENV DOCKER_SHA256="945C3A3DDCB79EE7307496C2F39EB3D8372466E8654E63D60BBB462E4A3C1427"
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/android-java-8/24.4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/android-java-8/26.1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/docker/1.12.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN wget "https://bootstrap.pypa.io/get-pip.py" -O /tmp/get-pip.py \
ENV DOCKER_BUCKET="get.docker.com" \
DOCKER_VERSION="1.12.1" \
DOCKER_SHA256="05ceec7fd937e1416e5dce12b0b6e1c655907d349d52574319a1e875077ccb79" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.16.1"

COPY dockerd-entrypoint.sh /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/docker/17.09.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/docker/18.09.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="18.09.0" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="08795696e852328d66753963249f4396af2295a7fe2847b839f7102e25e47cb9" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.23.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/dot-net/core-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/dot-net/core-2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/dot-net/core-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/golang/1.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/golang/1.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="18.09.0" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="08795696e852328d66753963249f4396af2295a7fe2847b839f7102e25e47cb9" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.23.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/golang/1.7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.16.1"

# Building git from source code:
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/java/openjdk-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="18.09.0" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="08795696e852328d66753963249f4396af2295a7fe2847b839f7102e25e47cb9" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.23.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/java/openjdk-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/java/openjdk-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/nodejs/10.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/nodejs/10.14.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="18.09.0" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="08795696e852328d66753963249f4396af2295a7fe2847b839f7102e25e47cb9" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.23.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/nodejs/4.3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.16.1"

# Building git from source code:
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/nodejs/4.4.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.16.1"

# Building git from source code:
Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/nodejs/6.3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/nodejs/8.11.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/php/5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/php/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/php/7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="18.09.0" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="08795696e852328d66753963249f4396af2295a7fe2847b839f7102e25e47cb9" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.23.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/python/2.7.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/python/3.3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/python/3.4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/python/3.5.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/python/3.6.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/python/3.7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="18.09.0" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="08795696e852328d66753963249f4396af2295a7fe2847b839f7102e25e47cb9" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.23.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/ruby/2.2.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
2 changes: 1 addition & 1 deletion unsupported_images/ruby/2.3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV DOCKER_BUCKET="download.docker.com" \
DOCKER_VERSION="17.09.0-ce" \
DOCKER_CHANNEL="stable" \
DOCKER_SHA256="a9e90a73c3cdfbf238f148e1ec0eaff5eb181f92f35bdd938fd7dab18e1c4647" \
DIND_COMMIT="3b5fac462d21ca164b3778647420016315289034" \
DIND_COMMIT="65cfcc28ab37cb75e1560e4b4738719c07c6618e" \
DOCKER_COMPOSE_VERSION="1.21.2" \
GITVERSION_VERSION="3.6.5"

Expand Down
Loading