-
Notifications
You must be signed in to change notification settings - Fork 644
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
Since version 0.45 build fails Unable to build image
, failed to resolve source metadata for
and no active sessions
#1811
Comments
@nudgegoonies : Could you please provide more information on how to reproduce it? Could it be related to your Docker version? We have E2E tests that pull images on every run. |
fyi: see: this comment |
@nudgegoonies : Are you using BuildX functionality? |
Yes, we use buildx functionality since it became the default last year. Especially the copy --chmod and --chown on one line. |
@nudgegoonies : Does your project work with v0.44.0 ? Is it possible to share a sample Dockerfile that can reproduce the issue? I ran integration tests with Docker 27.1.1 and they seem to be passing |
@rohanKanojia i have taken a closer look on what @nudgegoonies is doing (fyi: we are working in the same organization) and i think we identified the root cause of the "regressions":
|
@rroesch1 already figured out the details. To answer the explicit question. Yes, it works with 0.44. |
Description
Since version 0.45 the build of an internal project using an internal docker repository (Artifactory) fails pulling the base image used in our Dockerfile processed by docker-maven-plugin. Managing the plugin back to 0.44 is our current workaround.
The maven build log part:
Info
mvn -v
) :The text was updated successfully, but these errors were encountered: