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
Step 9/12 : RUN minio server /var/s3 & sleep 1s && mc config host add hier "http://localhost:9000" xenon javagat01 && mc mb hier/filesystem-test-fixture && echo "Hello World" | mc pipe hier/filesystem-test-fixture/links/file0 && echo "" | mc pipe hier/filesystem-test-fixture/links/file1 && sleep 1s && killall minio
---> Running in e8ba6ed4ebe8
�[91mminio: <ERROR> Go runtime version check failed. Minio is not compiled by Go >= 1.9.1. Please recompile accordingly
�[0m
�[91mmc: <ERROR> Unable to initialize new config from the provided credentials Get http://localhost:9000/probe-bucket-sign/?location=: dial tcp 127.0.0.1:9000: getsockopt: connection refused
�[0m
Removing intermediate container
The Dockerfile is from go 1.8 while the master branch of minio/mc requires 1.9.1 now.
Please use older mc version or upgrade go version.
The text was updated successfully, but these errors were encountered:
The automated build on Docker hub failed with
The Dockerfile is from go 1.8 while the master branch of minio/mc requires 1.9.1 now.
Please use older mc version or upgrade go version.
The text was updated successfully, but these errors were encountered: