-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
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
3.2.4 causing issues with custom docker builds? #374
Comments
hrm we build a custom image from the |
I found this which suggests it's a docker hub issue: moby/moby#13594 Investigating a workaround and will PR if necessary or close this issue. Look for a followup from me soon! |
#375 created to fix this. The |
Same issue over here. Merge pls. |
No idea if this is related, but I have automated docker builds configured to trigger whenever there is a new
gliderlabs/logspout
docker image pushed to docker hub.My image builds from https://github.com/gliderlabs/logspout/blob/master/custom/Dockerfile on docker hub via automated builds. It works on my local, but is failing on docker hub now:
build log.
Given that the error is about
./build.sh: Text file busy
I wonder if the change tochmod +x ./build.sh
is somehow inexplicably causing this failure?The text was updated successfully, but these errors were encountered: