griefed/baseimage-ubuntu-jdk-8.

Adds OpenJDK 8 JDK to docker-baseimage-ubuntu

17,881 0 unknown arm64 unknown unknown arm amd64

Build Information

General build information for this image

Docker Hub griefed/baseimage-ubuntu-jdk-8
Build Time 03 Jul 2024 11:50:59
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 03 Jul 2024 at 11:50:59

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  baseimage-ubuntu-jdk-8:
    image: griefed/baseimage-ubuntu-jdk-8:latest
    container_name: baseimage-ubuntu-jdk-8
    restart: no

CLI

docker create \
  --name=baseimage-ubuntu-jdk-8 \  --restart no \
  griefed/baseimage-ubuntu-jdk-8:latest