You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal org.jolokia:docker-maven-plugin:0.11.0:start (start-containers) on project docker-maven-plugin-entrypoint: Error while calling docker: Starting container with id 3e9420f4ff87b0213147eb165ab021b2889943ecf4fe0bb4d8f114b616b946fa (Not Found: 404)
However , the build runs fine if I remove the arguments from entrypoint. Not sure if this is intentional but entrypoint should support arguments just like the normal command configuration.
I've fixed this on my fork in this commit 63f8165. If you're happy to accept a PR, let me know.
The text was updated successfully, but these errors were encountered:
Yes, you are right. I will going to fix that for the next release and copy over your fix directly into the integration branch (if you don't mind) . So no need for a PR.
Unless I'm missing something obvious, entrypoint does not seem to support arguments. For example if I configure the plugin like the following:
The build fails with:
However , the build runs fine if I remove the arguments from entrypoint. Not sure if this is intentional but entrypoint should support arguments just like the normal command configuration.
I've fixed this on my fork in this commit 63f8165. If you're happy to accept a PR, let me know.
The text was updated successfully, but these errors were encountered: