File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ RUN set -x \
244244 && rm -rf "$GOPATH"
245245
246246# Install containerd
247- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
247+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
248248RUN set -x \
249249 && export GOPATH="$(mktemp -d)" \
250250 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ RUN set -x \
191191 && rm -rf "$GOPATH"
192192
193193# Install containerd
194- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
194+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
195195RUN set -x \
196196 && export GOPATH="$(mktemp -d)" \
197197 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ RUN set -x \
200200 && rm -rf "$GOPATH"
201201
202202# Install containerd
203- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
203+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
204204RUN set -x \
205205 && export GOPATH="$(mktemp -d)" \
206206 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ RUN set -x \
8585 && rm -rf "$GOPATH"
8686
8787# Install containerd
88- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
88+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
8989RUN set -x \
9090 && export GOPATH="$(mktemp -d)" \
9191 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ RUN set -x \
215215 && rm -rf "$GOPATH"
216216
217217# Install containerd
218- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
218+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
219219RUN set -x \
220220 && export GOPATH="$(mktemp -d)" \
221221 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ RUN set -x \
208208 && rm -rf "$GOPATH"
209209
210210# Install containerd
211- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
211+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
212212RUN set -x \
213213 && export GOPATH="$(mktemp -d)" \
214214 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN set -x \
6868 && rm -rf "$GOPATH"
6969
7070# Install containerd
71- ENV CONTAINERD_COMMIT b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
71+ ENV CONTAINERD_COMMIT 1b3a81545ca79456086dc2aa424357be98b962ee
7272RUN set -x \
7373 && export GOPATH="$(mktemp -d)" \
7474 && git clone https://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ clone git google.golang.org/cloud dae7e3d993bc3812a2185af60552bb6b847e52a0 https
136136clone git github.com/docker/docker-credential-helpers v0.3.0
137137
138138# containerd
139- clone git github.com/docker/containerd b93a33be39bc4ef0fb00bfcb79147a28c33d9d43
139+ clone git github.com/docker/containerd 1b3a81545ca79456086dc2aa424357be98b962ee
140140
141141# cluster
142142clone git github.com/docker/swarmkit 036a4a1e934bd1bbb35c3ec7f85dea2ba6d4e336
You can’t perform that action at this time.
0 commit comments