We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dockerfile has typo (ipfs-cluster-ctl and ipfs-cluster-service are same binaries)
/ # ls -al `which ipfs-cluster-ctl ` -rwxr-xr-x 1 root root 24663755 Oct 23 18:18 /usr/local/bin/ipfs-cluster-ctl / # ls -al `which ipfs-cluster-service ` -rwxr-xr-x 1 root root 24663755 Oct 23 18:18 /usr/local/bin/ipfs-cluster-service
From Dockerfile:
Dockerfile
COPY --from=builder $GOPATH/bin/ipfs-cluster-service /usr/local/bin/ipfs-cluster-service COPY --from=builder $GOPATH/bin/**ipfs-cluster-service** /usr/local/bin/**ipfs-cluster-ctl**
The text was updated successfully, but these errors were encountered:
7c42b1a
Merge pull request #196 from ipfs/fix/194-same-binary
f002dd1
Fix #194: Same binary in dockerfile
Thanks, the :lastest should be rebuilt now with the fix
:lastest
Sorry, something went wrong.
hsanjuan
No branches or pull requests
Dockerfile has typo (ipfs-cluster-ctl and ipfs-cluster-service are same binaries)
From
Dockerfile
:The text was updated successfully, but these errors were encountered: