Docker Base Images¶
All Zalando Docker images include the Zalando CA and use immutable tags, i.e. each new image version will increment the Docker tag version.
| Name | Description |
|---|---|
| Ubuntu | Ubuntu base image |
| OpenJDK | Java 8 base image (Zalando CA is imported into Java TrustStore) |
| Python | Python 3.6 base image |
| Node.js | Node.js base image |
You can find the latest Docker image version using the Pier One CLI, e.g.:
$ latest=$(pierone latest stups openjdk --url registry.opensource.zalan.do)
$ docker pull registry.opensource.zalan.do/stups/openjdk:$latest