-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Improve logging in DockerApi #43460
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
Labels
status: superseded
An issue that has been superseded by another
Comments
Note that #43452 is going to change this method a little |
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Feb 23, 2025
This commit introduces a new constructor in `DockerApi` that accepts `BuildLog` as a parameter. The `BuildLog` is utilized for logging errors within `DockerApi See spring-projectsgh-43460 Signed-off-by: Dmytro Nosan <[email protected]>
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Feb 23, 2025
This commit introduces a new constructor in `DockerApi` that accepts `DockerLogger` as a parameter. The `DockerLogger` is a pretty simple callback interface used to provide DockerApi output logging. See spring-projectsgh-43460 Signed-off-by: Dmytro Nosan <[email protected]>
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Feb 23, 2025
This commit introduces a new constructor in `DockerApi` that accepts `DockerLogger` as a parameter. The `DockerLogger` is a pretty simple callback interface used to provide DockerApi output logging. See spring-projectsgh-43460 Signed-off-by: Dmytro Nosan <[email protected]>
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Feb 24, 2025
This commit introduces a new constructor in `DockerApi` that accepts `DockerLogger` as a parameter. The `DockerLogger` is a pretty simple callback interface used to provide DockerApi output logging. See spring-projectsgh-43460 Signed-off-by: Dmytro Nosan <[email protected]>
Closing in favor of #44412. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got a problem when trying to use the gradle
buildBootImage
task. I managed to track the source of the problem and it was a problem with my installation of docker which refused to allow a_ping
.But the symptom was not really clear as I only got the following message :
Docker API version must be at least 1.41 to support the 'imagePlatform' option, but current API version is 1.24
I think this could be a good idea to add a log message when you get an exception when trying to ping the docker installation.
But after looking at DockerAPI and SystemAPI classes, I don't really know which form it could take :
The text was updated successfully, but these errors were encountered: