java 21 corretto

docker pull amazoncorretto:21
docker run -it --name hello-java amazoncorretto:21 /bin/bash

Last updated