Docker Images
This is the main index page of our docker images.
Some of these are available elsewhere but we've modified them. Usual things added are Lets Encrypt support to java or ensuring that the images work within an IPv6 network.
General purpose
Homepage | Docker image | tag | Description |
---|---|---|---|
area51/alpine | latest | Alpine Linux 3.3 with glibc and curl installed. This forms the base of all of our Alpine based images that require the GNU libc. | |
Java | area51/java | serverjre-8 | Latest version of Java 8 suitable for most server side applications |
jre-8 | Latest version of Java 8 JRE only | ||
jdk-8 | Latest version of Java 8 JDK suitable for build environments. | ||
area51/rpi-java | Latest version of Java 8 JDK for the Raspberry PI | ||
area51/docker-client | latest | Extends area51/java:serverjre-8 and allows the image access (optionally) to access an external Docker server. |
Development tools
The following images are suitable for software development.
The -dev images provide a full development environment with java, gcc and common source control systems preinstalled. They are suitable for use as a standalone Jenkins slave, with Netbeans as a C Build Host or dynamically provisioned with the CloudBees docker custom build environment plugin.
Homepage | Docker image | tag | Jenkins | CloudBees | NetBeans | Description |
---|---|---|---|---|---|---|
Jenkins | area51/jenkins | latest | Current Jenkins server | |||
Jenkins Slave | area51/jenkins-slave | latest | Yes | Java 8 jenkins slave | ||
Nexus | area51/nexus | latest | Nexus 3 repository | |||
Alpine Dev | area51/alpine-dev | latest | Yes | Yes | Yes* | Alpine development image |
Debian Dev | area51/debian-dev | latest | Yes | Yes | Yes * | Debian development image |
Raspbian Dev | area51/rpi-raspbian-dev | latest | Raspbian development image | |||
Ubuntu Dev | area51/ubuntu-dev | latest | Yes | Yes | Yes | Ubuntu development image |
Notes on columns:
- Jenkins - Image supports running as a standard Jenkins slave
- CloudBees - Image supports dynamic provisioning with the CloudBees plugin
- NetBeans - Image supports running as a NetBeans C/C++ Build Host
Note: alpine-dev currently does not work with NetBeans and debian-dev only partially. This is being looked into but appears to be an issue within NetBeans 8.1.
Note: rpi-raspbian-dev is new and works on the command line. It's not yet been tested against Jenkins/CloudBees and currently doesn't have ssh support.
Applications
Homepage | Docker image | tag | Description |
---|---|---|---|
RabbitMQ | area51/rabbitmq | latest | RabbitMQ server |
PostgreSQL | area51/postgresql | latest | PostgreSQL with IPv6 and extra configuration support |
PostGIS | area51/postgis | latest | PostGIS - PostgreSQL with PostGIS extensions installed |
ThingSpeak | area51/thingspeak | latest | ThingSpeak IoT platform which runs iot.onl |