Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ipfs #35

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

ipfs:
container_name: ipfs-vsc_dev
image: ipfs/kubo:v0.18.1
image: ipfs/kubo:v0.28.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last Kubo version that does not break anything was v0.27.0 as certain ipfs.object APIs were removed in v0.28.0. Manual fs repo migrations will be required.

restart: always
command:
- daemon
Expand All @@ -59,6 +59,7 @@ services:
IPFS_PATH: /etc/ipfs
volumes:
- ./data/ipfs:/etc/ipfs
- ./ipfs-migration.sh:/container-init.d/001-ipfs-migration.sh

volumes:
node-modules-store: {}
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

ipfs:
container_name: ipfs-vsc
image: ipfs/kubo:v0.18.1
image: ipfs/kubo:v0.28.0
restart: always
command:
- daemon
Expand All @@ -55,6 +55,7 @@ services:
IPFS_PATH: /etc/ipfs
volumes:
- ./data/ipfs:/etc/ipfs
- ./ipfs-migration.sh:/container-init.d/001-ipfs-migration.sh

volumes:
node-modules-store: {}
Expand Down
1 change: 1 addition & 0 deletions ipfs-migration.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ipfs repo migrate