xenon-middleware / xenon-docker-images

Dockerfiles for Xenon integration testing
https://hub.docker.com/u/xenonmiddleware
Apache License 2.0
5 stars 6 forks source link

xenon-s3 build failing #34

Open sverhoeven opened 6 years ago

sverhoeven commented 6 years ago

The automated build on Docker hub failed with

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
minio: <ERROR> Go runtime version check failed. Minio is not compiled by Go >= 1.9.1.  Please recompile accordingly

mc: <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

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.

sverhoeven commented 5 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