Namespace
vulhub
Image / Tag
jenkins:2.46.1
Content Digest
sha256:4de799755dae9cf90788f42daf8f5dd0fb75dbca0b24c0ca9540ed9c02fce12d
Details
Created

2019-04-16 17:48:33 UTC

Size

302 MB

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

Environment
COPY_REFERENCE_FILE_LOG

/var/jenkins_home/copy_reference_file.log

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_OPTS

-Djenkins.install.runSetupWizard=false

JAVA_VERSION

8u212

JENKINS_HOME

/var/jenkins_home

JENKINS_INCREMENTALS_REPO_MIRROR

https://repo.jenkins-ci.org/incrementals

JENKINS_UC

https://updates.jenkins.io

JENKINS_UC_EXPERIMENTAL

https://updates.jenkins.io/experimental

JENKINS_VERSION

2.46.1

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:e79bb959ec00faf01da52437df4fad4537ec669f60455a38ad583ec2b8f00498 - 14.31% (43.2 MB)

[#001] sha256:d4b7902036fe0cefdfe9ccf0404fe13322ecbd552f132be73d3e840f95538838 - 3.4% (10.3 MB)

[#002] sha256:1b2a72d4e03052566e99130108071fc4eca4942c62923e3e5cf19666a23088ef - 1.37% (4.14 MB)

[#003] sha256:d54db43011fd116b8cb6d9e49e268cee1fa6212f152b30cbfa7f3c4c684427c3 - 15.81% (47.7 MB)

[#004] sha256:1a97c78dad716eca1d273d3f7f5661d3fa2dcbbefeab64f5690b285bf395d160 - 0.28% (871 KB)

[#005] sha256:6dcb79eeeda466f75d6e054aca0bd2c18861cb0c7c2b25334b9e28a30e016d12 - 0.0% (247 Bytes)

[#006] sha256:bd56246cf4fdc376663368727fbc81bc7a4e4ff58007751d77e5f402e86a7946 - 0.0% (131 Bytes)

[#007] sha256:88cea60f56c50b139ec25f442de67b34ce723ae45c69758c09ed98d32bd804be - 42.68% (129 MB)

[#008] sha256:28586dfa23beddeb0f89dd4854bd74e1238c8cf1733ccda02fb9c32319b3ab81 - 0.52% (1.58 MB)

[#009] sha256:799d573b07163ff0c8d7968b042b85cef8f96b168fec6e6275cff896395f04c2 - 21.61% (65.3 MB)

[#010] sha256:ecba57fcb6b945633f6823a37e68be5f90c8f089327ca767e786220ecfeec65b - 0.0% (1.82 KB)

[#011] sha256:70c5354d77605e927fab4303ecdbf4579baf95956155aefbade32905a3a324b1 - 0.0% (1.02 KB)

[#012] sha256:4162070b541b76d1fac44a5bf3dad48ea1c6a391f4a2fc1bfa07f36bd09934cc - 0.0% (3.23 KB)

[#013] sha256:b59777bbcedc87f65fc9f99e2f53179c726768af1bf9caf1ccb40ac839539bb8 - 0.0% (482 Bytes)

[#014] sha256:3234ad63210f2aad434eefdf127eee4cfa5c256f14b5fc017ab8cc5a6287d476 - 0.0% (3.97 KB)


History
2019-03-26 22:41:12 UTC

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

2019-03-26 22:41:12 UTC

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

2019-03-26 23:26:30 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-03-26 23:26:40 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2019-03-26 23:27:04 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2019-03-27 00:43:59 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-03-27 00:48:05 UTC

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

2019-03-27 00:48:06 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-03-27 00:48:07 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home

2019-03-27 00:48:07 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2019-03-27 23:25:21 UTC

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

2019-03-27 23:25:21 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1

2019-03-27 23:26:23 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y --no-install-recommends openjdk-8-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2019-04-12 13:53:05 UTC

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

2019-04-12 13:53:15 UTC

/bin/sh -c apt-get update && apt-get install --no-install-recommends -y git curl wget ca-certificates && rm -rf /var/lib/apt/lists/*

2019-04-12 13:53:15 UTC

/bin/sh -c #(nop) ENV JENKINS_HOME=/var/jenkins_home

2019-04-12 13:53:15 UTC

/bin/sh -c #(nop) ENV COPY_REFERENCE_FILE_LOG=/var/jenkins_home/copy_reference_file.log

2019-04-16 17:11:05 UTC

/bin/sh -c #(nop) ENV JENKINS_UC=https://updates.jenkins.io

2019-04-16 17:11:05 UTC

/bin/sh -c #(nop) ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental

2019-04-16 17:11:05 UTC

/bin/sh -c #(nop) ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals

2019-04-16 17:15:53 UTC

/bin/sh -c #(nop) ENV JENKINS_VERSION=2.46.1

2019-04-16 17:24:46 UTC

/bin/sh -c set -ex && groupadd -g 1000 jenkins && useradd -d "$JENKINS_HOME" -u 1000 -g 1000 -m -s /bin/bash jenkins && [ -e /usr/share/jenkins ] || mkdir -p /usr/share/jenkins && [ -e /usr/share/jenkins/ref ] || mkdir -p /usr/share/jenkins/ref && mkdir -p /usr/share/jenkins/ref/init.groovy.d && chown -R jenkins "$JENKINS_HOME" /usr/share/jenkins/ref && curl -#SL http://mirrors.jenkins.io/war-stable/${JENKINS_VERSION}/jenkins.war -o /usr/share/jenkins/jenkins.war

2019-04-16 17:24:46 UTC

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

2019-04-16 17:24:46 UTC

/bin/sh -c #(nop) EXPOSE 50000

2019-04-16 17:24:47 UTC

/bin/sh -c #(nop) COPY file:43f14ad42cbbab05f5fbe423d995b67b2cda46ea8bac9c7d26a40f0db5145775 in /usr/local/bin/jenkins-support

2019-04-16 17:48:32 UTC

/bin/sh -c #(nop) COPY file:4146a67001966dfb46d1c04fb064ca221be59968eabc5c937a02198fbd4d57fe in /usr/local/bin/jenkins.sh

2019-04-16 17:48:32 UTC

/bin/sh -c #(nop) COPY file:28ae1b9906cb9ca0bbd05c7fc2f1d0f14d9c89b9a702b150de3773ea14e5b822 in /usr/local/bin/install-plugins.sh

2019-04-16 17:48:32 UTC

/bin/sh -c #(nop) COPY file:82ae7ca2085e210993394cf1291e0c09a81192c3756f8320e85a929e6c60758d in /usr/share/jenkins/ref/init.groovy.d

2019-04-16 17:48:32 UTC

/bin/sh -c chmod +x /usr/local/bin/jenkins.sh /usr/local/bin/install-plugins.sh

2019-04-16 17:48:33 UTC

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

2019-04-16 17:48:33 UTC

/bin/sh -c #(nop) ENV JAVA_OPTS=-Djenkins.install.runSetupWizard=false

2019-04-16 17:48:33 UTC

/bin/sh -c #(nop) CMD ["/usr/local/bin/jenkins.sh"]

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