Rootless Container with Paketo
Last updated
Was this helpful?
Last updated
Was this helpful?
This demo again builds a container image from the demo application. For details on the demo application see .
But this time instead of using a Dockerfile or JIB we will just try together with to build the container image.
Important note: Paketo buildpacks are still missing ARM64 support (Apple M1/M2 Mac hardware). See for details.
You can prove this by using these commands:
This time this should report an error as in the , as used by JIB as default, there even is no shell installed and so no whoami command is possible.
Finally, stop the running container by using the following command:
Now we can check our image for vulnerabilities with high and critical severities using this command:
You should also be able to reach the dockerized application again via .