Closed jasonbeverage closed 6 months ago
👋🏼 Hey there thanks for the ticket on this! We've discussed and found the issue here. We are rolling out some experimental improvements for a small percentage of traffic (why it's inconsistent) and found an edge case with your submission 😄. We are working on a fix for this!
Update on this: This should be resolved now. Can you verify on your end please?
I pushed my tests and everything looked good! Thanks for the quick turnaround!
I've got a private repository that I'm building on Docker Hub via the automated builds. I've provided a docker-compose.test.yml file that has worked for a very long time that has just started to fail and I'm not sure why.
My docker-compose.test.yml file looks similar to this:
I know both of those images are very old, but they work just fine :)
The issues I've started to see seem related to authorization but I don't understand what is going on. For example, one build failed with this error:
I've had another build fail with this error (my base image is based on ubuntu:22.04)
I did recently change my Dockerfile and it can take a bit longer than usual to build, although when build caching is working the build only takes around 5-7 minutes before the testing phase begins.
Does any of this ring any bells for anyone?
Thanks!