Skip to content

Commit 106c4ea

Browse files
committed
Remove lib copies
1 parent c1b6a06 commit 106c4ea

4 files changed

+2
-15
lines changed

Dockerfile.arm

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM armel/busybox:glibc
1+
FROM arm32v7/busybox:glibc
22

33
MAINTAINER Tom Denham <[email protected]>
44

@@ -7,9 +7,5 @@ ENV FLANNEL_ARCH=arm
77
COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
88
COPY dist/iptables-$FLANNEL_ARCH /usr/local/bin/iptables
99
COPY dist/mk-docker-opts.sh /opt/bin/
10-
COPY dist/libpthread.so.0-$FLANNEL_ARCH /lib/libpthread.so.0
11-
COPY dist/ld64.so.1-$FLANNEL_ARCH /lib/ld64.so.1
12-
COPY dist/libc.so.6-$FLANNEL_ARCH /lib/libc.so.6
13-
1410

1511
ENTRYPOINT ["/opt/bin/flanneld"]

Dockerfile.arm64

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM aarch64/busybox:glibc
1+
FROM arm64v8/busybox:glibc
22

33
MAINTAINER Tom Denham <[email protected]>
44

@@ -7,8 +7,5 @@ ENV FLANNEL_ARCH=arm64
77
COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
88
COPY dist/iptables-$FLANNEL_ARCH /usr/local/bin/iptables
99
COPY dist/mk-docker-opts.sh /opt/bin/
10-
COPY dist/libpthread.so.0-$FLANNEL_ARCH /lib/libpthread.so.0
11-
COPY dist/ld64.so.1-$FLANNEL_ARCH /lib/ld64.so.1
12-
COPY dist/libc.so.6-$FLANNEL_ARCH /lib/libc.so.6
1310

1411
ENTRYPOINT ["/opt/bin/flanneld"]

Dockerfile.ppc64le

-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ ENV FLANNEL_ARCH=ppc64le
77
COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
88
COPY dist/iptables-$FLANNEL_ARCH /usr/local/bin/iptables
99
COPY dist/mk-docker-opts.sh /opt/bin/
10-
COPY dist/libpthread.so.0-$FLANNEL_ARCH /lib/libpthread.so.0
11-
COPY dist/ld64.so.1-$FLANNEL_ARCH /lib/ld64.so.1
12-
COPY dist/libc.so.6-$FLANNEL_ARCH /lib/libc.so.6
1310

1411
ENTRYPOINT ["/opt/bin/flanneld"]

Dockerfile.s390x

-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ ENV FLANNEL_ARCH=s390x
77
COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
88
COPY dist/iptables-$FLANNEL_ARCH /usr/local/bin/iptables
99
COPY dist/mk-docker-opts.sh /opt/bin/
10-
COPY dist/libpthread.so.0-$FLANNEL_ARCH /lib/libpthread.so.0
11-
COPY dist/ld64.so.1-$FLANNEL_ARCH /lib/ld64.so.1
12-
COPY dist/libc.so.6-$FLANNEL_ARCH /lib/libc.so.6
1310

1411
ENTRYPOINT ["/opt/bin/flanneld"]

0 commit comments

Comments
 (0)