adobe / adobe/aem-project-archetype
Use jib-maven-plugin for building (Docker) images
- Dominant language
- JavaScript
- Stars
- 596
- Forks
- 431
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 1
Description
Instead of using `maven-exec-plugin` for calling `docker build ....` one can nowadays rely on [`jib-maven-plugin`](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin) which builds the docker container just with Java means (and therefore does not require `docker` to be installed and the docker daemon to be running).
Contributor guide
Research direction
Start by locating the Maven configuration that invokes maven-exec-plugin and runs docker build, then compare it with the issue's proposed jib-maven-plugin approach. Done means the project can build its Docker image through Jib without requiring a locally installed Docker daemon; the issue names no tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- build-system, devops
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100