-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Abomicode - thanks for raising this discussion. You may want to open an issue on https://github.com/spring-projects/spring-boot as based on your command, this appears to be an issue with the plugin. I'd be curious to know though how this turns out as the pack implementation may also need to be updated. |
Beta Was this translation helpful? Give feedback.
This is to help anyone facing the same issue regarding Docker image creation with command - mvn spring-boot:build-image with Docker Desktop Version - 4.31.x installed. Hope this helps.
Command:
docker context inspect
Docker Desktop 4.30.0:
[ { "Name": "default", "Metadata": {}, "Endpoints": { "docker": { "Host": "npipe:////./pipe/docker_engine", "SkipTLSVerify": false } }, "TLSMaterial": {}, "Storage": { "MetadataPath": "<IN MEMORY>", "TLSPath": "<IN MEMORY>" } } ]
Docker Desktop 4.31.x:
[ { "Name": "desktop-linux", "Metadata": { "Description": "Docker Desktop" }, "Endpoints": { "docker": { "Host": "npipe:////./pipe/dockerDesktopLinuxEngine", "SkipTLSVerify": false } }, "TLSMaterial": {},…