Skip to content

Commit

Permalink
chore: use ipfs/kubo:v0.14.0 as source image
Browse files Browse the repository at this point in the history
support for container initialisation in docker landed in v0.13.0 and the canonical image was renmaned ipfs/kubo at v0.14.0

see: https://github.com/ipfs/kubo/releases/tag/v0.13.0#custom-init-docker
see: https://github.com/ipfs/kubo/releases/tag/v0.14.0

fixes ipfs-shipyard#1

License: MIT
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla committed Aug 16, 2022
1 parent 43c7c1f commit 0a566c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway-copilot-backend-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ipfs/go-ipfs:master-2022-04-22-d6077b8
FROM ipfs/kubo:v0.14.0

ADD ipfs-config.sh /container-init.d/ipfs-config.sh
RUN chmod a+x /container-init.d/ipfs-config.sh
Expand Down
2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ipfs/go-ipfs:master-2022-04-22-d6077b8
FROM ipfs/kubo:v0.14.0

ADD ipfs-config.sh /container-init.d/ipfs-config.sh
RUN chmod a+x /container-init.d/ipfs-config.sh
Expand Down

0 comments on commit 0a566c4

Please sign in to comment.