用于 Maven 的 Dockerfile 插件,可以用于构建和发布 Docker 镜像

preview
共92个文件
xml:28个
dockerfile:16个
groovy:16个
需积分: 0 0 下载量 106 浏览量 更新于2024-05-07 1 收藏 106KB ZIP 举报
At this point, we're not developing or accepting new features or even fixing non-critical bugs. This Maven plugin integrates Maven with Docker. The design goals are: Don't do anything fancy. Dockerfiles are how you build Docker projects; that's what this plugin uses. They are mandatory. Make the Docker build process integrate with the Maven build process. If you bind the default phases, when you type mvn package, you get a Docker image. When you type mvn deploy, your image gets pushed. Make t