4
4
#
5
5
# ###############################################################################
6
6
7
- DOCKER_BIN_VERSION = 18.06.3-ce
7
+ DOCKER_BIN_VERSION = 18.09.5
8
8
DOCKER_BIN_SITE = https://download.docker.com/linux/static/stable/x86_64
9
9
DOCKER_BIN_SOURCE = docker-$(DOCKER_BIN_VERSION ) .tgz
10
10
@@ -17,24 +17,11 @@ define DOCKER_BIN_INSTALL_TARGET_CMDS
17
17
$(@D ) /docker \
18
18
$(TARGET_DIR ) /bin/docker
19
19
20
- $(INSTALL ) -D -m 0755 \
21
- $(@D ) /docker-containerd-shim \
22
- $(TARGET_DIR ) /bin/docker-containerd-shim
23
-
24
- # TODO(tstromberg): Remove once we can upgrade to docker 18.09, which can call standard containerd.
25
- $(INSTALL ) -D -m 0755 \
26
- $(@D ) /docker-containerd \
27
- $(TARGET_DIR ) /bin/docker-containerd
20
+ # As of 2019-05, we use upstream containerd so that we may update it independently of docker.
28
21
29
22
# As of 2019-01, we use upstream runc so that we may update it independently of docker.
30
- # TODO(tstromberg): Remove once we can upgrade to docker 18.09, which can call standard runc.
31
- $(INSTALL ) -D -m 0755 \
32
- $(@D ) /docker-runc \
33
- $(TARGET_DIR ) /bin/docker-runc.orig
34
23
35
- $(INSTALL ) -D -m 0755 \
36
- $(@D ) /docker-containerd-ctr \
37
- $(TARGET_DIR ) /bin/docker-containerd-ctr
24
+ # As of 2019-05, we use upstream ctr so that we may update it independently of docker.
38
25
39
26
$(INSTALL ) -D -m 0755 \
40
27
$(@D ) /dockerd \
0 commit comments