Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 586 Bytes

assignment.md

File metadata and controls

27 lines (17 loc) · 586 Bytes

Assignment - SHIP IT

Part 1

Find how many vulnerabilities there are in the Docker image if you build the current Dockerfile.

Part 2

The docker image created contains the FULL JDK, Maven and the source code. Slim it down so the production image only uses the JRE and the artifact.

Part 3

By default process in Docker run as ROOT. Create a user with less privileges to run the application

Solution

WORKSHOP OVERVIEW