-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Build the docker image without dockerfile-maven-plugin #16652
Comments
Related PR #16099. |
The next step after this would be to enable building multi-arch image :) |
use Jib — build Java Docker images better to build your image. |
since it's about the future evolutions of the docker images in this issue,
in the pulsar function-mesh project |
@xiaods with a quick glance of Jib, it seems a Java-specific image builder based on buildkit. Our logic is currently based on Dockerfile so I don't want to spend too much time learning a new flavor. |
As described in #16642, dockerfile-maven-plugin doesn't support Apple M1 and the project itself is end-of-life.
For supporting developers using Apple M1 clip, we can migrate the building logic to other plugin. Here's some candidates:
docker
commands. We may directly run those commands with maven-exec-plugin.cc @lhotari what do you think? At least I'd like to know the effectively executed
docker
commands so that I can run from command line interface and build those images manually.The text was updated successfully, but these errors were encountered: