Open sverhoeven opened 6 years ago
It failed to build with forced build with boatswain
An error occurred during build: The command '/bin/sh -c mkdir /var/s3 && chmod a+rx /var/s3 && 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 && mc mb hier/filesystem-test-fixture2 && echo "Hello World" | mc pipe hier/filesystem-test-fixture2/links/file0 && echo "" | mc pipe hier/filesystem-test-fixture2/links/file1 && mc policy public hier/filesystem-test-fixture2 && sleep 1s && killall minio' returned a non-zero code: 1
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.