Merge pull request #40 from linuxserver/ipfs-fix

This commit is contained in:
Adam 2022-11-24 19:02:17 +00:00 committed by GitHub
commit eab9cd0716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 3 deletions

View File

@ -104,7 +104,7 @@ RUN \
mkdir /data && \
echo "**** grab pre-built chdman ****" && \
curl -L \
"https://ipfs.infura.io/ipfs/QmUfYfuoxPgDRc9Mniv1TBXv6LXPRNArAabZo5VnzfZNtP" \
"https://infura-ipfs.io/ipfs/QmUfYfuoxPgDRc9Mniv1TBXv6LXPRNArAabZo5VnzfZNtP" \
-o /usr/local/bin/chdman && \
chmod +x /usr/local/bin/chdman && \
echo "**** cleanup ****" && \

View File

@ -104,7 +104,7 @@ RUN \
go-ipfs && \
echo "**** grab pre-built chdman ****" && \
curl -L \
"https://ipfs.infura.io/ipfs/QmUqmGm5KUeeWSS9FG9DMuSQPpvU7RqffFR9n3rJXDQ8AQ" \
"https://infura-ipfs.io/ipfs/QmUqmGm5KUeeWSS9FG9DMuSQPpvU7RqffFR9n3rJXDQ8AQ" \
-o /usr/local/bin/chdman && \
chmod +x /usr/local/bin/chdman && \
echo "**** cleanup ****" && \

View File

@ -104,7 +104,7 @@ RUN \
mkdir /data && \
echo "**** grab pre-built chdman ****" && \
curl -L \
"https://ipfs.infura.io/ipfs/QmPYV2qJi3QrgqS9gPbX4XQ7DoNj3aZAz9sHy2Bo3Xeqbj" \
"https://infura-ipfs.io/ipfs/QmPYV2qJi3QrgqS9gPbX4XQ7DoNj3aZAz9sHy2Bo3Xeqbj" \
-o /usr/local/bin/chdman && \
chmod +x /usr/local/bin/chdman && \
echo "**** cleanup ****" && \

View File

@ -282,6 +282,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **24.11.22:** - Update IPFS links for chdman.
* **04.04.22:** - Ingest pre-built chdman bins during build time.
* **23.02.22:** - Update ingestion point for emulatorjs bins.
* **25.01.22:** - Allow users to mount in existing rom directories.

View File

@ -91,6 +91,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "24.11.22:", desc: "Update IPFS links for chdman." }
- { date: "04.04.22:", desc: "Ingest pre-built chdman bins during build time." }
- { date: "23.02.22:", desc: "Update ingestion point for emulatorjs bins." }
- { date: "25.01.22:", desc: "Allow users to mount in existing rom directories." }