Most of my automated builds for the following 2 images are failing for almost a week now.
- https://hub.docker.com/r/travix/gocd-server/builds/
- https://hub.docker.com/r/travix/gocd-agent/builds/
Every time it fails it’s does so when removing the intermediate container after a COPY step.
Step 8 : COPY ./docker-entrypoint.sh /
Removing intermediate container 6d8095c5f3d2
stat /var/lib/docker/overlay/6c7ca75af1aaa688f45fe1289138dd6d18293715d2f217dc6beb813e9eb83077/merged/docker-entrypoint.sh: no such file or directory
It makes Docker Hub practically unusable for building those images. Building it locally works fine.