zalando-stups / docker-openjdk

DEPRECATED: Docker image with OpenJDK and Zalando CA
21 stars 14 forks source link

============================ Zalando Docker OpenJDK Image

This Docker base image contains OpenJDK 8 and the Zalando CA certificate. Versions of this image will be immutable, i.e. there is no "latest" tag, but instead version numbers are incremented like::

<JAVA_MAJOR_VERSION>_<COUNTER> (example: "8-42")

Build and test the image like that:

.. code-block:: bash

$ docker build -t openjdk:local .
$ sed -i 's/UNTESTED/openjdk:local/g' Dockerfile.test
$ docker build -t openjdk-test:local -f Dockerfile.test .
$ docker run openjdk-test:local

You can find the latest OpenJDK Docker image in our open source registry_.

.. _latest OpenJDK Docker image in our open source registry: https://registry.opensource.zalan.do/teams/stups/artifacts/openjdk/tags