Namespace
vulhub
Image / Tag
confluence:6.10.2
Content Digest
sha256:29f65524953be10cf46f70d6a71b7c5641789379050feebb4b994118737b3f2b
Details
Created

2019-04-09 21:52:24 UTC

Size

590 MB

Content Digest
Labels
  • maintainer
    phithon <root@leavesongs.com>

Environment
CERTIFICATE

/var/atlassian/confluence/certificate

CONF_HOME

/var/atlassian/confluence

CONF_INSTALL

/opt/atlassian/confluence

CONF_VERSION

6.10.2

JAVA_ALPINE_VERSION

8.171.11-r0

JAVA_CACERTS

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

JAVA_HOME

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

JAVA_VERSION

8u171

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


Layers

[#000] sha256:8e3ba11ec2a2b39ab372c60c16b421536e50e5ce64a0bc81765c2e38381bcff6 - 0.36% (2.1 MB)

[#001] sha256:311ad0da45338842480bf25c6e6b7bb133b7b8cf709c3470db171ec370da5539 - 0.0% (239 Bytes)

[#002] sha256:df312c74ce16f20eeb87b5640db9b1579a53534bd3e9f3de1e916fc62744bcf4 - 11.4% (67.3 MB)

[#003] sha256:00cc24bacde56649178cdcb1ec6067526df963cd0396c016aababf566b2741b8 - 88.24% (521 MB)

[#004] sha256:c5ac98c60abbfc75081b243e627e7a39745dda273a94070a91b53cbc3b3da1ed - 0.0% (609 Bytes)

[#005] sha256:661e23243dfec05e9d1328b669ab963c95d9f46825d48e050e86c045139b6679 - 0.0% (157 Bytes)


History
2018-07-06 14:14:06 UTC

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

2018-07-06 14:14:06 UTC

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

2018-07-11 00:34:53 UTC

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

2018-07-11 00:34:54 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-07-11 00:34:54 UTC

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

2018-07-11 00:34:54 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-07-11 00:34:54 UTC

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

2018-07-11 00:34:55 UTC

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

2018-07-11 00:35:00 UTC

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

2018-08-13 22:15:39 UTC

/bin/sh -c #(nop) ENV CONF_HOME=/var/atlassian/confluence

2018-08-13 22:15:39 UTC

/bin/sh -c #(nop) ENV CONF_INSTALL=/opt/atlassian/confluence

2018-08-13 22:15:39 UTC

/bin/sh -c #(nop) ENV CONF_VERSION=6.10.2

2018-08-13 22:15:39 UTC

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

2018-08-13 22:15:40 UTC

/bin/sh -c #(nop) ENV CERTIFICATE=/var/atlassian/confluence/certificate

2018-08-13 22:17:13 UTC

/bin/sh -c set -x && apk --no-cache add curl xmlstarlet bash ttf-dejavu libc6-compat && mkdir -p "${CONF_HOME}" && chmod -R 700 "${CONF_HOME}" && chown daemon:daemon "${CONF_HOME}" && mkdir -p "${CONF_INSTALL}/conf" && curl -Ls "https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONF_VERSION}.tar.gz" | tar -xz --directory "${CONF_INSTALL}" --strip-components=1 --no-same-owner && curl -Ls "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.44.tar.gz" | tar -xz --directory "${CONF_INSTALL}/confluence/WEB-INF/lib" --strip-components=1 --no-same-owner "mysql-connector-java-5.1.44/mysql-connector-java-5.1.44-bin.jar" && chmod -R 700 "${CONF_INSTALL}/conf" && chmod -R 700 "${CONF_INSTALL}/temp" && chmod -R 700 "${CONF_INSTALL}/logs" && chmod -R 700 "${CONF_INSTALL}/work" && chown -R daemon:daemon "${CONF_INSTALL}/conf" && chown -R daemon:daemon "${CONF_INSTALL}/temp" && chown -R daemon:daemon "${CONF_INSTALL}/logs" && chown -R daemon:daemon "${CONF_INSTALL}/work" && echo -e "\nconfluence.home=$CONF_HOME" >> "${CONF_INSTALL}/confluence/WEB-INF/classes/confluence-init.properties" && xmlstarlet ed --inplace --delete "Server/@debug" --delete "Server/Service/Connector/@debug" --delete "Server/Service/Connector/@useURIValidationHack" --delete "Server/Service/Connector/@minProcessors" --delete "Server/Service/Connector/@maxProcessors" --delete "Server/Service/Engine/@debug" --delete "Server/Service/Engine/Host/@debug" --delete "Server/Service/Engine/Host/Context/@debug" "${CONF_INSTALL}/conf/server.xml" && touch -d "@0" "${CONF_INSTALL}/conf/server.xml" && chown daemon:daemon "${JAVA_CACERTS}"

2018-08-13 22:17:14 UTC

/bin/sh -c #(nop) USER daemon:daemon

2018-08-13 22:17:14 UTC

/bin/sh -c #(nop) EXPOSE 8090 8091

2018-08-13 22:17:15 UTC

/bin/sh -c #(nop) VOLUME [/var/atlassian/confluence /opt/atlassian/confluence/logs]

2018-08-13 22:17:15 UTC

/bin/sh -c #(nop) WORKDIR /var/atlassian/confluence

2018-08-13 22:17:16 UTC

/bin/sh -c #(nop) COPY file:4b79ef23779b9b2e9d53a40f857e6404fe515f2cf75128f838e6f25872c6714a in /

2018-08-13 22:17:16 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-08-13 22:17:16 UTC

/bin/sh -c #(nop) CMD ["/opt/atlassian/confluence/bin/start-confluence.sh" "-fg"]

2019-04-09 21:49:27 UTC

/bin/sh -c #(nop) LABEL maintainer=phithon <root@leavesongs.com>

2019-04-09 21:52:23 UTC

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

2019-04-09 21:52:24 UTC

/bin/sh -c set -ex && mkdir /home/confluence && chown daemon:daemon -R /home/confluence

2019-04-09 21:52:24 UTC

/bin/sh -c #(nop) USER daemon:daemon

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