Skip to content

Commit 925e9ee

Browse files
authored
Merge pull request #584 from thaJeztah/remove_dependencies
dind: remove obsolete runtime dependencies
2 parents 03ba480 + f861447 commit 925e9ee

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

29/dind/Dockerfile

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-dind.template

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{{ include "shared" -}}
22
FROM docker:{{ env.version }}-cli
33

4-
# https://github.com/moby/moby/blob/0eecd59153c03ced5f5ddd79cc98f29e4d86daec/project/PACKAGERS.md#runtime-dependencies
5-
# https://github.com/docker/docker-ce-packaging/blob/963aa02666035d4e268f33c63d7868d6cdd1d34c/deb/common/control#L28-L41
4+
# Runtime dependencies:
5+
# - https://github.com/moby/moby/blob/864598f8c2677189e308eb4a3b3c0dd41fc06599/project/PACKAGERS.md#runtime-dependencies#runtime-dependencies
6+
# - https://github.com/docker/packaging/blob/0ba325d178593583f190dc91566214a85c3880ad/pkg/docker-engine/deb/control#L24-L36
67
RUN set -eux; \
78
apk add --no-cache \
8-
btrfs-progs \
9-
e2fsprogs \
10-
e2fsprogs-extra \
11-
git \
129
ip6tables \
1310
iptables \
1411
openssl \
1512
pigz \
1613
shadow-uidmap \
17-
xfsprogs \
1814
xz \
1915
zfs \
2016
;

0 commit comments

Comments
 (0)