Skip to content

Releases: DrSnowbird/jdk-mvn-py3

v1.1.1

11 Mar 03:07
Compare
Choose a tag to compare

v1.1.1

  • re-organize python pip modules

v1.1.0

08 Mar 23:55
Compare
Choose a tag to compare

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.

v1.0.6

16 Feb 04:06
Compare
Choose a tag to compare
  • fixed the bug in Dockerfile causing hub.docker build failure

v1.0.5

15 Feb 20:32
Compare
Choose a tag to compare
  • 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)

v1.0.4

13 Feb 14:37
Compare
Choose a tag to compare
  • Update corporate proxy setup
  • Update Java JDK for v 8.0.202

v1.0.3

09 Feb 04:36
Compare
Choose a tag to compare
  • Fixed permission issue
  • update Dockerfile with Corporate Proxy auto detection and setup

Release with adding NodeJS and NPM support

29 Jan 05:03
Compare
Choose a tag to compare
  • Release with adding NodeJS and NPM support

Initial public release

25 Aug 21:58
Compare
Choose a tag to compare

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

  • Initial public release
  • added NodeJS + NPM support