|
@@ -4,7 +4,7 @@ ARG JQ_PACKAGE_VERSION=1.6-r0
|
|
# libc6-compat required due to:
|
|
# libc6-compat required due to:
|
|
# $ readelf -l /tmp/go-ipfs/ipfs | grep 'program interpreter'
|
|
# $ readelf -l /tmp/go-ipfs/ipfs | grep 'program interpreter'
|
|
# [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
|
|
# [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
|
|
-ARG LIBC6_COMPAT_PACKAGE_VERSION=1.1.24-r0
|
|
|
|
|
|
+ARG LIBC6_COMPAT_PACKAGE_VERSION=1.1.24-r2
|
|
ARG TINI_PACKAGE_VERSION=0.18.0-r0
|
|
ARG TINI_PACKAGE_VERSION=0.18.0-r0
|
|
RUN find / -xdev -type f -perm /u+s -exec chmod --changes u-s {} \; \
|
|
RUN find / -xdev -type f -perm /u+s -exec chmod --changes u-s {} \; \
|
|
&& find / -xdev -type f -perm /g+s -exec chmod --changes g-s {} \; \
|
|
&& find / -xdev -type f -perm /g+s -exec chmod --changes g-s {} \; \
|
|
@@ -18,7 +18,7 @@ ENV IPFS_PATH /ipfs-repo
|
|
RUN mkdir -m u=rwx,g=,o= $IPFS_PATH && chown ipfs $IPFS_PATH
|
|
RUN mkdir -m u=rwx,g=,o= $IPFS_PATH && chown ipfs $IPFS_PATH
|
|
VOLUME $IPFS_PATH
|
|
VOLUME $IPFS_PATH
|
|
|
|
|
|
-ARG IPFS_VERSION=0.4.23
|
|
|
|
|
|
+ARG IPFS_VERSION=0.5.0
|
|
COPY ipfs-arch.sh /
|
|
COPY ipfs-arch.sh /
|
|
RUN wget -O- https://dist.ipfs.io/go-ipfs/v${IPFS_VERSION}/go-ipfs_v${IPFS_VERSION}_linux-$(/ipfs-arch.sh).tar.gz \
|
|
RUN wget -O- https://dist.ipfs.io/go-ipfs/v${IPFS_VERSION}/go-ipfs_v${IPFS_VERSION}_linux-$(/ipfs-arch.sh).tar.gz \
|
|
| tar -xz -C /tmp \
|
|
| tar -xz -C /tmp \
|