jdk-mvn-py3

Ubuntu 24.04 + OpenJDK Java 23 + Maven 3.9 + Python 3.12 + pip 23 + node 21 + npm 10 + Yarn + Gradle 7

APACHE-2.0 License

Stars
15

Bot releases are visible (Hide)

jdk-mvn-py3 - v1.1.1

Published by DrSnowbird over 5 years ago

v1.1.1

  • re-organize python pip modules
jdk-mvn-py3 - v1.1.0

Published by DrSnowbird over 5 years ago

v1.1.0

  • This is the main release to support "Non-Root" Docker container implmentations.
  • Any child Dockerfile based upon this one might have to add "sudo " or "sudo -H " as prefix in the RUN xxx in your Dockerfile (sorry for the inconvience for greater good reasons - Better Docker Security for serious deployment as well as easier to deploy to OpenShift, Kubernets or SE Linux-base host operating system, e.g., Red Hat)
  • Please let us know if you encounter any new bug caused by this "Non-root" implementations. If so happen, please use v1.0.6 or earlier version of docker images if you can't wait for fixes.
    Thanks.
    • OpenKbs team.
jdk-mvn-py3 - v1.0.6

Published by DrSnowbird over 5 years ago

  • fixed the bug in Dockerfile causing hub.docker build failure
jdk-mvn-py3 - v1.0.5

Published by DrSnowbird over 5 years ago

  • fix/update corporate proxy servers setup for build.sh, run.sh and Docker image's system proxy setup
    (running for standalone without corporate proxy should have no impact since the proxy detection will do nothing to change the environments)
jdk-mvn-py3 - v1.0.4

Published by DrSnowbird over 5 years ago

  • Update corporate proxy setup
  • Update Java JDK for v 8.0.202
jdk-mvn-py3 - v1.0.3

Published by DrSnowbird over 5 years ago

  • Fixed permission issue
  • update Dockerfile with Corporate Proxy auto detection and setup
jdk-mvn-py3 - Release with adding NodeJS and NPM support

Published by DrSnowbird over 5 years ago

  • Release with adding NodeJS and NPM support
jdk-mvn-py3 - Initial public release

Published by DrSnowbird about 6 years ago

JDK, Maven, Python3, Gradle base docker image source code

  • Initial public release
  • added NodeJS + NPM support