Namespace
camunda
Image / Tag
camunda-bpm-platform:tomcat-7.11.0-alpha5
Content Digest
sha256:6124d709f38a5a61cccd5c2a0c0af852784d82651233ff865b79d2b5d4d74849
Details
Created

2019-05-16 15:04:53 UTC

Size

103 MB

Content Digest
Environment
CAMUNDA_VERSION

7.11.0-alpha5

DB_CONN_MAXACTIVE

20

DB_CONN_MAXIDLE

20

DB_CONN_MINIDLE

5

DB_DRIVER

org.h2.Driver

DB_PASSWORD

sa

DB_URL

jdbc:h2:./camunda-h2-dbs/process-engine;MVCC=TRUE;TRACE_LEVEL_FILE=0;DB_CLOSE_ON_EXIT=FALSE

DB_USERNAME

sa

DEBUG

false

JAVA_ALPINE_VERSION

8.212.04-r0

JAVA_HOME

/usr/lib/jvm/java-1.8-openjdk/jre

JAVA_OPTS

-Xmx768m -XX:MaxMetaspaceSize=256m

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin

SKIP_DB_CONFIG

TZ

UTC

WAIT_FOR

WAIT_FOR_TIMEOUT

30


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 2.55% (2.63 MB)

[#001] sha256:f910a506b6cb1dbec766725d70356f695ae2bf2bea6224dbe8c7c6ad4f3664a2 - 0.0% (238 Bytes)

[#002] sha256:b6abafe80f63b02535fc111df2ed6b3c728469679ab654e03e482b6f347c9639 - 50.8% (52.4 MB)

[#003] sha256:90d59d6a95289c46522538a828cf819a3c76a8443875ed70165530557c8649cb - 2.67% (2.75 MB)

[#004] sha256:a0e241f2d96f18666c0fdb8c6c07b24d9800fcdf23a3c2b938effcf1ff8f4db4 - 0.0% (1.24 KB)

[#005] sha256:2a41febbae4475c6441ac00b5f67e7822f66f9bcb12dd336ef687ef73a9a7bdd - 43.98% (45.4 MB)


History
2019-05-11 00:07:03 UTC

/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /

2019-05-11 00:07:03 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2019-05-11 01:32:11 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2019-05-11 01:32:12 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home

2019-05-11 01:32:31 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk/jre

2019-05-11 01:32:32 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin

2019-05-11 01:32:32 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u212

2019-05-11 01:32:32 UTC

/bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=8.212.04-r0

2019-05-11 01:32:36 UTC

/bin/sh -c set -x && apk add --no-cache openjdk8-jre="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2019-05-16 15:03:41 UTC

/bin/sh -c #(nop) ARG VERSION=7.11.0

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV CAMUNDA_VERSION=7.11.0-alpha5

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV DB_DRIVER=org.h2.Driver

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV DB_URL=jdbc:h2:./camunda-h2-dbs/process-engine;MVCC=TRUE;TRACE_LEVEL_FILE=0;DB_CLOSE_ON_EXIT=FALSE

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV DB_USERNAME=sa

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV DB_PASSWORD=sa

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV DB_CONN_MAXACTIVE=20

2019-05-16 15:04:45 UTC

/bin/sh -c #(nop) ENV DB_CONN_MINIDLE=5

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV DB_CONN_MAXIDLE=20

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV SKIP_DB_CONFIG=

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV WAIT_FOR=

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV WAIT_FOR_TIMEOUT=30

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV DEBUG=false

2019-05-16 15:04:46 UTC

/bin/sh -c #(nop) ENV JAVA_OPTS=-Xmx768m -XX:MaxMetaspaceSize=256m

2019-05-16 15:04:47 UTC

/bin/sh -c #(nop) EXPOSE 8000 8080

2019-05-16 15:04:49 UTC

|1 VERSION=7.11.0-alpha5 /bin/sh -c apk add --no-cache bash ca-certificates tzdata tini xmlstarlet && wget -O /usr/local/bin/wait-for-it.sh "https://raw.githubusercontent.com/vishnubob/wait-for-it/db049716e42767d39961e95dd9696103dca813f1/wait-for-it.sh" && chmod +x /usr/local/bin/wait-for-it.sh

2019-05-16 15:04:50 UTC

|1 VERSION=7.11.0-alpha5 /bin/sh -c addgroup -g 1000 -S camunda && adduser -u 1000 -S camunda -G camunda -h /camunda -s /bin/bash -D camunda

2019-05-16 15:04:50 UTC

/bin/sh -c #(nop) WORKDIR /camunda

2019-05-16 15:04:50 UTC

/bin/sh -c #(nop) USER camunda

2019-05-16 15:04:51 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/sbin/tini" "--"]

2019-05-16 15:04:51 UTC

/bin/sh -c #(nop) CMD ["./camunda.sh"]

2019-05-16 15:04:53 UTC

/bin/sh -c #(nop) COPY --chown=camunda:camundadir:9b0b254a0c32f389f020edb154a508709ce864d4b9356d47ff56ad7d617ccd77 in .

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete