Skip to content

Updated README.md

Latest
Compare
Choose a tag to compare
@DrSnowbird DrSnowbird released this 03 Mar 00:35
  • Udated README.md to explain how to modify the local version of the base Java Container (openkbs/java-nonroot-docker) to generate Java v11 to be used by this Container since we specifically lock the Dockerfile to use Java v11 as:
ARG BASE=${BASE:-openkbs/java-nonroot-docker:11}
FROM ${BASE}