Extracts, parses, and analyzes Docker images into Java objects with JSON mappings.
Add the dependency to your pom file:
<dependency>
<groupId>com.rapid7.docker</groupId>
<artifactId>docker-image-analyzer</artifactId>
<version>0.1.3</version>
</dependency>
TODO: Usage example(s)
Fork the repository and create a development branch in your fork. Working from the master branch in your fork is not recommended.
- Open your favorite IDE or text editor
- Make some changes
- Add some tests if needed
- Run the tests
- Push your changes
- Open a pull request
You can use mvn clean install
to clean compile, run checkstyle, and run all tests.
docker-image-analyzer uses a variation of the Google Java code style, enforced with Checkstyle. Please make sure your changes adhere to this style before submitting a pull request.
Run mvn test
or mvn clean install
.