You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
@victorb@daviddias The latest image on Docker Hub is over a year old, and is broken as described in #2018. Could you please have a look? It would be really nice to have.
I am working on a feature for go-ipfs, and it would be great to have a working latest Docker image as it would allow me quickly check current js-ipfs behaviours of the same feature.
The text was updated successfully, but these errors were encountered:
Looks like docker pushes got taken out of the build process somewhere along the line - sorry about that, it should be back now.
You can get the current release in a docker image with docker pull ipfs/js-ipfs:latest but it's still broken due to #2019
But! If you instead use the RC of the next release with docker pull ipfs/js-ipfs:next that issue is fixed. The RC will likely become the latest release tomorrow morning.
@victorb @daviddias The
latest
image on Docker Hub is over a year old, and is broken as described in #2018. Could you please have a look? It would be really nice to have.I am working on a feature for go-ipfs, and it would be great to have a working latest Docker image as it would allow me quickly check current js-ipfs behaviours of the same feature.
The text was updated successfully, but these errors were encountered: