{"id":13416525,"url":"https://github.com/fabric8io/docker-maven-plugin","last_synced_at":"2025-05-12T22:45:26.588Z","repository":{"id":15396711,"uuid":"18128548","full_name":"fabric8io/docker-maven-plugin","owner":"fabric8io","description":"Maven plugin for running and creating Docker images","archived":false,"fork":false,"pushed_at":"2025-05-02T16:39:12.000Z","size":21721,"stargazers_count":1909,"open_issues_count":509,"forks_count":646,"subscribers_count":73,"default_branch":"master","last_synced_at":"2025-05-12T22:45:24.517Z","etag":null,"topics":["docker","fabric8","java","maven"],"latest_commit_sha":null,"homepage":"https://dmp.fabric8.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabric8io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-03-26T06:10:05.000Z","updated_at":"2025-05-12T06:58:57.000Z","dependencies_parsed_at":"2024-03-09T05:32:12.783Z","dependency_job_id":"76b9fa52-65f1-40ef-9473-f78e454f91b6","html_url":"https://github.com/fabric8io/docker-maven-plugin","commit_stats":{"total_commits":1977,"total_committers":261,"mean_commits":7.574712643678161,"dds":"0.38492665655032876","last_synced_commit":"b0f105f6d577d13fdb595c60de55afc3a63906b4"},"previous_names":[],"tags_count":413,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Fdocker-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Fdocker-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Fdocker-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Fdocker-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabric8io","download_url":"https://codeload.github.com/fabric8io/docker-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837387,"owners_count":21971981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fabric8","java","maven"],"created_at":"2024-07-30T21:01:00.176Z","updated_at":"2025-05-12T22:45:26.536Z","avatar_url":"https://github.com/fabric8io.png","language":"Java","funding_links":[],"categories":["Development with Docker","maven","容器化工具","Developer Workflow"],"sub_categories":["API Client"],"readme":"# docker-maven-plugin\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.fabric8/docker-maven-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.fabric8/docker-maven-plugin/)\n[![Circle CI](https://circleci.com/gh/fabric8io/docker-maven-plugin/tree/master.svg?style=shield)](https://circleci.com/gh/fabric8io/docker-maven-plugin/tree/master)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fabric8io_docker-maven-plugin\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=fabric8io_docker-maven-plugin)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=fabric8io_docker-maven-plugin\u0026metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=fabric8io_docker-maven-plugin)\n\nThis is a Maven plugin for building Docker images and managing containers for integration tests.\nIt works with Maven 3.0.5 and Docker 1.6.0 or later.\n\n#### Goals\n\n| Goal                                                                                            | Description                                      | Default Lifecycle Phase |\n| ----------------------------------------------------------------------------------------------- | ------------------------------------------------ | ----------------------- |\n| [`docker:start`](https://fabric8io.github.io/docker-maven-plugin/#docker:start)                 | Create and start containers                      | pre-integration-test    |\n| [`docker:stop`](https://fabric8io.github.io/docker-maven-plugin/#docker:stop)                   | Stop and destroy containers                      | post-integration-test   |\n| [`docker:build`](https://fabric8io.github.io/docker-maven-plugin/#docker:build)                 | Build images                                     | install                 |\n| [`docker:watch`](https://fabric8io.github.io/docker-maven-plugin/#docker:watch)                 | Watch for doing rebuilds and restarts            |                         |\n| [`docker:push`](https://fabric8io.github.io/docker-maven-plugin/#docker:push)                   | Push images to a registry                        | deploy                  |\n| [`docker:remove`](https://fabric8io.github.io/docker-maven-plugin/#docker:remove)               | Remove images from local docker host             | post-integration-test   |\n| [`docker:logs`](https://fabric8io.github.io/docker-maven-plugin/#docker:logs)                   | Show container logs                              |                         |\n| [`docker:source`](https://fabric8io.github.io/docker-maven-plugin/#docker:source)               | Attach docker build archive to Maven project     | package                 |\n| [`docker:save`](https://fabric8io.github.io/docker-maven-plugin/#docker:save)                   | Save image to a file                             |                         |\n| [`docker:tag`](https://fabric8io.github.io/docker-maven-plugin/#docker:tag)                     | Tag images                                       | install                 |\n| [`docker:volume-create`](https://fabric8io.github.io/docker-maven-plugin/#docker:volume-create) | Create a volume to share data between containers | pre-integration-test    |\n| [`docker:volume-remove`](https://fabric8io.github.io/docker-maven-plugin/#docker:volume-remove) | Remove a created volume                          | post-integration-test   |\n| [`docker:copy`](https://fabric8io.github.io/docker-maven-plugin/#docker:copy)                   | Copy files and directories from a container      | post-integration-test   |\n\n#### Documentation\n\n* The **[User Manual](https://fabric8io.github.io/docker-maven-plugin)** [[PDF](https://fabric8io.github.io/docker-maven-plugin/docker-maven-plugin.pdf)] has a detailed reference for all and everything.\n* The [Introduction](doc/intro.md) is a high-level\n  overview of this plugin's features and provides a usage example.\n  provided goals and possible configuration parameters.\n* [Examples](doc/examples.md) are below `samples/` and contain example\n  setups that you can use as blueprints for your projects.\n* [ChangeLog](doc/changelog.md) has the release history of this plugin.\n* [Contributing](CONTRIBUTING.md) explains how you can contribute to this project. Pull requests are highly appreciated!\n* We publish nightly builds on maven central. Read How to use [Docker Maven Plugin Snapshot artifacts](./doc/HowToUseDockerMavenPluginSnapshotArtifacts.md).\n\n\n#### Docker API Support\n\n* Docker 1.6 (**v1.18**) is the minimal required version\n* Docker 1.8.1 (**v1.20**) is required for `docker:watch`\n* Docker 1.9 (**v1.21**) is required for using custom networks and build args.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabric8io%2Fdocker-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabric8io%2Fdocker-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabric8io%2Fdocker-maven-plugin/lists"}