Namespace
jetbrains
Image / Tag
teamcity-server:2022.10.1-linux
Content Digest
sha256:2242f6eb399a04bc39a0aa4fa0812731697049968a256ef91ea5ba3a63bce55c
Details
Created

2022-11-30 21:28:52 UTC

Size

2.2 GB

Content Digest
Environment
CATALINA_TMPDIR

/opt/teamcity/temp

JAVA_HOME

/opt/java/openjdk

LANG

C.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TEAMCITY_DATA_PATH

/data/teamcity_server/datadir

TEAMCITY_DIST

/opt/teamcity

TEAMCITY_LOGS

/opt/teamcity/logs

TEAMCITY_SERVER_MEM_OPTS

-Xmx2g -XX:ReservedCodeCacheSize=350m


Layers

[#000] sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83 - 1.21% (27.3 MB)

[#001] sha256:3c5689131118c4f5bb20258e26a97dbb76cc238e7bc6f45063148180df49e0f8 - 0.65% (14.6 MB)

[#002] sha256:ff1a2f0c1b43e381db94428e82e122f7781aa97717f61a928a3b37a1c6114f75 - 8.25% (186 MB)

[#003] sha256:f7d3af3e1b8eb27e54542d2704a4e02ae823e27d9fedac3a22fd613c7720b681 - 0.0% (945 Bytes)

[#004] sha256:96092c1848a521e34a68558e280f21ae01809d92301d3e10884f8ba061cb8559 - 4.04% (91.2 MB)

[#005] sha256:4e00fb47dba20ffac8296a0f2bbf523ec22da2fcf8bc2af901811a135c22f239 - 0.0% (291 Bytes)

[#006] sha256:83c2aca3cf6405e5155d86cea44a514b8f0fb088fc20257b81c8e0a1d8003d41 - 0.0% (651 Bytes)

[#007] sha256:52d15add18c0d09f65c22e45c3d3d49273c67e0c07d212d38e4d0d5f33fe0b1f - 0.0% (772 Bytes)

[#008] sha256:803f707c0e75ba08153212ed1d2151ea69fdd573835bb5a1c1147bf42ccd0cc9 - 0.0% (263 Bytes)

[#009] sha256:56f39961c9a99d4546f3b6442ef285d274e2bc416da64ffc08ac021b73bdd148 - 0.0% (4.92 KB)

[#010] sha256:0f4d33739633ec0671a8dbafc380af87cb90bffa5286c2a790b803dd0d131aaa - 85.86% (1.89 GB)

[#011] sha256:909cbd6d9d7c970c32101130871b5e72519ddfd43ab869869710f55fa5b363e0 - 0.0% (261 Bytes)


History
2022-10-25 01:53:34 UTC

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

2022-10-25 01:53:35 UTC

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

2022-11-30 21:26:55 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2022-11-30 21:27:09 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates fontconfig locales unzip && apt-get clean && rm -rf /var/lib/apt/lists/* && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*

2022-11-30 21:27:09 UTC

/bin/sh -c #(nop) ARG jdkServerLinuxComponent

2022-11-30 21:27:09 UTC

/bin/sh -c #(nop) ARG jdkServerLinuxComponentMD5SUM

2022-11-30 21:27:18 UTC

|2 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=6ff46b39cbaec4218fd49c6c64077c43 /bin/sh -c set -eux; curl -LfsSo /tmp/openjdk.tar.gz ${jdkServerLinuxComponent}; echo "${jdkServerLinuxComponentMD5SUM} */tmp/openjdk.tar.gz" | md5sum -c -; mkdir -p /opt/java/openjdk; cd /opt/java/openjdk; tar -xf /tmp/openjdk.tar.gz --strip-components=1; chown -R root:root /opt/java; rm -rf /tmp/openjdk.tar.gz;

2022-11-30 21:27:20 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-11-30 21:27:20 UTC

|2 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=6ff46b39cbaec4218fd49c6c64077c43 /bin/sh -c update-alternatives --install /usr/bin/java java ${JAVA_HOME}/bin/java 1 && update-alternatives --set java ${JAVA_HOME}/bin/java && update-alternatives --install /usr/bin/javac javac ${JAVA_HOME}/bin/javac 1 && update-alternatives --set javac ${JAVA_HOME}/bin/javac

2022-11-30 21:27:20 UTC

/bin/sh -c #(nop) ENV TEAMCITY_DATA_PATH=/data/teamcity_server/datadir TEAMCITY_DIST=/opt/teamcity TEAMCITY_LOGS=/opt/teamcity/logs CATALINA_TMPDIR=/opt/teamcity/temp TEAMCITY_SERVER_MEM_OPTS=-Xmx2g -XX:ReservedCodeCacheSize=350m LANG=C.UTF-8

2022-11-30 21:27:20 UTC

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

2022-11-30 21:27:20 UTC

/bin/sh -c #(nop) ARG gitLinuxComponentVersion

2022-11-30 21:27:20 UTC

/bin/sh -c #(nop) ARG gitLFSLinuxComponentVersion

2022-11-30 21:27:20 UTC

/bin/sh -c #(nop) ARG p4Version

2022-11-30 21:27:54 UTC

|5 gitLFSLinuxComponentVersion=2.9.2-1 gitLinuxComponentVersion=1:2.38.1-0ppa1~ubuntu20.04.1 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=6ff46b39cbaec4218fd49c6c64077c43 p4Version=2021.2-2338640 /bin/sh -c apt-get update && apt-get install -y mercurial gnupg software-properties-common && add-apt-repository ppa:git-core/ppa -y && apt-get install -y git=${gitLinuxComponentVersion} git-lfs=${gitLFSLinuxComponentVersion} && git lfs install --system && apt-key adv --fetch-keys https://package.perforce.com/perforce.pubkey && (. /etc/os-release && echo "deb http://package.perforce.com/apt/$ID $VERSION_CODENAME release" > /etc/apt/sources.list.d/perforce.list ) && apt-get update && (. /etc/os-release && apt-get install -y helix-cli-base="${p4Version}~$VERSION_CODENAME" helix-cli="${p4Version}~$VERSION_CODENAME" ) && apt-get clean && rm -rf /var/lib/apt/lists/*

2022-11-30 21:27:56 UTC

/bin/sh -c #(nop) COPY file:84f09a64ca5e8c4bc2c522838b4271449924b73b90b0f3a2a92449ae94efd57d in /welcome.sh

2022-11-30 21:27:56 UTC

/bin/sh -c #(nop) COPY file:d19719c1885752373ccc9bde154c90079d6c90a745a6e3cfa40cba370b1c3643 in /run-server.sh

2022-11-30 21:27:56 UTC

/bin/sh -c #(nop) COPY file:29d40fa19c8c759359824b99703013b3bd2b35ee4e7f60997df9e83e0d72f62d in /services/check-server-volumes.sh

2022-11-30 21:27:56 UTC

/bin/sh -c #(nop) COPY file:132056919b41b270ebc3a177652ef729ed1e5141f86b99e570314dcccdc1989f in /run-services.sh

2022-11-30 21:27:57 UTC

|5 gitLFSLinuxComponentVersion=2.9.2-1 gitLinuxComponentVersion=1:2.38.1-0ppa1~ubuntu20.04.1 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=6ff46b39cbaec4218fd49c6c64077c43 p4Version=2021.2-2338640 /bin/sh -c chmod +x /welcome.sh /run-server.sh /run-services.sh && sync && groupadd -g 1000 tcuser && useradd -r -u 1000 -g tcuser -d $TEAMCITY_DIST tcuser && echo '[ ! -z "$TERM" -a -x /welcome.sh -a -x /welcome.sh ] && /welcome.sh' >> /etc/bash.bashrc && sed -i -e 's/\r$//' /welcome.sh && sed -i -e 's/\r$//' /run-server.sh && sed -i -e 's/\r$//' /run-services.sh && sed -i -e 's/\r$//' /services/check-server-volumes.sh && mkdir -p $TEAMCITY_DATA_PATH $TEAMCITY_LOGS $CATALINA_TMPDIR && chown -R tcuser:tcuser /services $TEAMCITY_DIST $TEAMCITY_DATA_PATH $TEAMCITY_LOGS $CATALINA_TMPDIR

2022-11-30 21:28:18 UTC

/bin/sh -c #(nop) COPY --chown=tcuser:tcuserdir:1c4379cdcf7b56f17177aea280a622a68f7719664db7ee8e050bf40ab3819c19 in /opt/teamcity

2022-11-30 21:28:52 UTC

|5 gitLFSLinuxComponentVersion=2.9.2-1 gitLinuxComponentVersion=1:2.38.1-0ppa1~ubuntu20.04.1 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=6ff46b39cbaec4218fd49c6c64077c43 p4Version=2021.2-2338640 /bin/sh -c echo "docker-ubuntu" > $TEAMCITY_DIST/webapps/ROOT/WEB-INF/DistributionType.txt

2022-11-30 21:28:52 UTC

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

2022-11-30 21:28:52 UTC

/bin/sh -c #(nop) VOLUME [/data/teamcity_server/datadir /opt/teamcity/logs /opt/teamcity/temp]

2022-11-30 21:28:52 UTC

/bin/sh -c #(nop) CMD ["/run-services.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