Namespace
camunda
Image / Tag
camunda-bpm-platform:tomcat-7.10.0-alpha2
Content Digest
sha256:38dc04dab4de3588c4a4ae8e51350d334008dcdfa0ea6e15b7689f3be1f5d347
Details
Created

2018-08-29 14:36:41 UTC

Size

98 MB

Content Digest
Environment
CAMUNDA_VERSION

7.10.0-alpha2

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.151.12-r0

JAVA_HOME

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

JAVA_VERSION

8u151

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:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 2.01% (1.97 MB)

[#001] sha256:a8906544047d741c82ab8e4f6b3a698cdc37170b9afe8006a7c2aee85bc78618 - 0.0% (241 Bytes)

[#002] sha256:a790ae7377b003b4c5f694a197f9f92de583b71838a02f66e8db9498e1c548d8 - 52.98% (51.9 MB)

[#003] sha256:eb41a372c0c1de88bab806a378edfd3290a376a00ae49d704b12cc4091cd4ca0 - 2.86% (2.81 MB)

[#004] sha256:fbd6f1772d572e98348d9c66b8ad904de88943442c86ef6696490e650555aab3 - 0.0% (1.2 KB)

[#005] sha256:2e0ba4b44423e945019797a8328feb97362051e1bc123eb85c72302b94eb1371 - 42.14% (41.3 MB)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-06-06 01:55:39 UTC

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

2018-06-06 01:55:40 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

2018-06-06 01:55:40 UTC

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

2018-06-06 01:55:40 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

2018-06-06 01:55:40 UTC

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

2018-06-06 01:55:41 UTC

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

2018-06-06 01:55:47 UTC

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

2018-08-29 14:36:10 UTC

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

2018-08-29 14:36:33 UTC

/bin/sh -c #(nop) ENV CAMUNDA_VERSION=7.10.0-alpha2

2018-08-29 14:36:33 UTC

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

2018-08-29 14:36:33 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

2018-08-29 14:36:33 UTC

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

2018-08-29 14:36:33 UTC

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

2018-08-29 14:36:33 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:34 UTC

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

2018-08-29 14:36:39 UTC

|1 VERSION=7.10.0-alpha2 /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

2018-08-29 14:36:39 UTC

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

2018-08-29 14:36:39 UTC

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

2018-08-29 14:36:39 UTC

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

2018-08-29 14:36:39 UTC

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

2018-08-29 14:36:40 UTC

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

2018-08-29 14:36:41 UTC

/bin/sh -c #(nop) COPY --chown=camunda:camundadir:248d00c98655ff025a436dc444add974129cbb12c3d989d4533abd5df1252471 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