mirror of
https://github.com/linuxserver/docker-emulatorjs.git
synced 2026-03-09 00:04:53 +08:00
Merge pull request #40 from linuxserver/ipfs-fix
This commit is contained in:
commit
eab9cd0716
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user