Skip to content

Commit

Permalink
Merge pull request #836 from oduwsdl/issue-835
Browse files Browse the repository at this point in the history
Pull arch-specific version of kubo in Dockerfile
  • Loading branch information
machawk1 authored Jun 26, 2024
2 parents cd1ffff + cbf8a4b commit 78716f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}
# Download and install IPFS
ENV IPFS_PATH=/data/ipfs
ARG IPFS_VERSION=v0.29.0
ARG BUILDARCH
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-amd64.tar.gz \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
&& tar xvfz kubo*.tar.gz \
&& mv kubo/ipfs /usr/local/bin/ipfs \
&& rm -rf kubo* \
Expand Down

0 comments on commit 78716f4

Please sign in to comment.