Namespace
jetbrains
Image / Tag
teamcity-server:2022.04
Content Digest
sha256:b4d2a754120e5127c7cf25a7fa2f7a5d6e1fb29c8ceebd23f15617973f34ea9b
Details
Created

2022-04-28 16:34:20 UTC

Size

1.95 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:8e5c1b329fe39c318c0d49821b339fb94a215c5dc0a2898c8030b5a4d091bcba - 1.36% (27.2 MB)

[#001] sha256:64dee48628f0d6c3eb525c7dafcd9332873d03ff8743648ff1e3ef5aec07f7b4 - 0.73% (14.6 MB)

[#002] sha256:5a2d719b40dc9166bcf8ab9218520a7637daecaa0c079bfacf3e8ad6507ec26a - 9.3% (186 MB)

[#003] sha256:ca2e8e6655af8c93aac893072e3321657a9186b2f1a448f8b08ce51796838693 - 0.0% (942 Bytes)

[#004] sha256:4c008ffb7caf534c463abd4cae6f26fec468cfb99c91792eb4c6e52cb662ad11 - 4.41% (88.1 MB)

[#005] sha256:175900217477299f058c6d07201fd0a90ca0cab366ed97366a314b77f3dd4fb5 - 0.0% (290 Bytes)

[#006] sha256:975c3a4cd8546a7969f26012dbe8482c98e130bfe30317e3835d05bcd688616f - 0.0% (650 Bytes)

[#007] sha256:2f5d07f4b386abd8b7c59c00b11f57c664897470e14b7a33b21c84518e5cd02f - 0.0% (774 Bytes)

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

[#009] sha256:00688a883120ac4fc79b0fee9f953627044910bfeec79117f942beaa55227bbb - 0.0% (4.91 KB)

[#010] sha256:3e7bbae249304180c057312deb5de8dfe27b1040df66abd25440c0d103936c12 - 84.2% (1.64 GB)

[#011] sha256:9cee82ded787017b6403e310c710b8a8773903067af5d82caa767f2f497a4f76 - 0.0% (266 Bytes)


History
2022-04-21 23:00:07 UTC

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

2022-04-21 23:00:07 UTC

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

2022-04-28 16:32:19 UTC

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

2022-04-28 16:32:32 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-04-28 16:32:32 UTC

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

2022-04-28 16:32:32 UTC

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

2022-04-28 16:32:43 UTC

|2 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.15.9.1/amazon-corretto-11.0.15.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=30f9268b8f4c2c2f8c1676611b88aa0d /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-04-28 16:32:46 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-04-28 16:32:46 UTC

|2 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.15.9.1/amazon-corretto-11.0.15.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=30f9268b8f4c2c2f8c1676611b88aa0d /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-04-28 16:32:46 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-04-28 16:32:47 UTC

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

2022-04-28 16:32:47 UTC

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

2022-04-28 16:32:47 UTC

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

2022-04-28 16:32:47 UTC

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

2022-04-28 16:33:21 UTC

|5 gitLFSLinuxComponentVersion=2.9.2-1 gitLinuxComponentVersion=1:2.36.0-0ppa1~ubuntu20.04.1 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.15.9.1/amazon-corretto-11.0.15.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=30f9268b8f4c2c2f8c1676611b88aa0d p4Version=2021.2-2273812 /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="${p4Version}~$VERSION_CODENAME" ) && apt-get clean && rm -rf /var/lib/apt/lists/*

2022-04-28 16:33:24 UTC

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

2022-04-28 16:33:24 UTC

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

2022-04-28 16:33:24 UTC

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

2022-04-28 16:33:24 UTC

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

2022-04-28 16:33:24 UTC

|5 gitLFSLinuxComponentVersion=2.9.2-1 gitLinuxComponentVersion=1:2.36.0-0ppa1~ubuntu20.04.1 jdkServerLinuxComponent=https://corretto.aws/downloads/resources/11.0.15.9.1/amazon-corretto-11.0.15.9.1-linux-x64.tar.gz jdkServerLinuxComponentMD5SUM=30f9268b8f4c2c2f8c1676611b88aa0d p4Version=2021.2-2273812 /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-04-28 16:33:35 UTC

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

2022-04-28 16:34:19 UTC

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

2022-04-28 16:34:19 UTC

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

2022-04-28 16:34:19 UTC

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

2022-04-28 16:34:20 UTC

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

Details
Created

2022-04-28 17:10:32 UTC

Size

1.99 GB

Content Digest
Environment
CATALINA_TMPDIR

C:\TeamCity\temp

JRE_HOME

C:\Program Files\Java\OpenJDK

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\ContainerUser\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

TEAMCITY_DATA_PATH

C:\ProgramData\JetBrains\TeamCity

TEAMCITY_DIST

C:\TeamCity

TEAMCITY_LOGS

C:\TeamCity\logs

TEAMCITY_SERVER_MEM_OPTS

-Xmx2g -XX:ReservedCodeCacheSize=350m


Layers

[#000] sha256:6fc97003d8b7f593fe071cf3ea64f3ce760cc060f3402bb6b1b849c040e222d5 - 4.82% (98.3 MB)

[#001] sha256:e8ff18ba41bf0fa3870b30138e58effcdfdc9a06110910a28b82948bb25d52ba - 0.0% (1.09 KB)

[#002] sha256:0a16f4c8abf1675881ca8be8e10ae028a77aa0209ff4741a2137cb5718234030 - 5.09% (104 MB)

[#003] sha256:51af201cb5b2c9c54aa947f242427dada8f8bd17f954593e2267904a4d438ae5 - 0.0% (1.08 KB)

[#004] sha256:82936bf1c1cacd7faf88c49abe9db6357e20644210e96dc9fb2d587e804a7ad2 - 0.0% (68.1 KB)

[#005] sha256:b58a8c64add0d4d899a56ba3ba03d521ad02479b4c68f28a1a51fd606adf89f4 - 0.0% (1.06 KB)

[#006] sha256:96f4525d2ec64cd1d9f02a62344603a063f70a962f1656feaa98ef3d0e1d0a80 - 0.07% (1.39 MB)

[#007] sha256:b9e1403c8879f312d2bcc80e27f09c9811fb189bccd6b768e7106bbdd1834ad7 - 6.23% (127 MB)

[#008] sha256:5affc0bd29cc1fd57b83a2edd8fb27f4477b83317fb200f0dd171e4417feef9c - 1.31% (26.8 MB)

[#009] sha256:fa6509f01f3763d2c635824196ccba315bb8bce40eb485300956f4463a917fbc - 0.0% (1.04 KB)

[#010] sha256:089f81118caa1b3393ab253a6e3e9354ffb38b5b621d49f259d2c027e0728bd0 - 0.0% (1.05 KB)

[#011] sha256:85be2a02473d888e542fee540b1ce590883fd96098339524e55425d741f305bd - 82.47% (1.64 GB)

[#012] sha256:bbf8bc585097364e1563dc61f2ac2672887c4754880b7e4fb4e01133fb390fba - 0.0% (1.04 KB)

[#013] sha256:04407bd12c1f22ce8dfb61cc6e3bcf3ebca902d463b25ae8f242df4f47b1f8f5 - 0.0% (1.06 KB)

[#014] sha256:d46d0c36c723cdc0b8376e0f5435bbbefde5485e07326e2a61b64d9d7ef285eb - 0.0% (1.05 KB)

[#015] sha256:042fd293a1ee4efde20c238ca1c33d2db5faaf8696085ddf1c837c5bf261a55a - 0.0% (82.5 KB)


History
2022-04-04 10:52:49 UTC

Apply image 1809-amd64

2022-04-28 17:07:39 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\ContainerUser\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe

2022-04-28 17:07:52 UTC

cmd /S /C #(nop) COPY dir:88a60d6fc9b4822625b84ed63f7f868a67791a7c459804e07a7177d0bac013f2 in C:\Program Files\PowerShell

2022-04-28 17:07:55 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-04-28 17:07:58 UTC

cmd /S /C setx /M PATH "%PATH%;%ProgramFiles%\PowerShell"

2022-04-28 17:08:00 UTC

cmd /S /C #(nop) USER ContainerUser

2022-04-28 17:08:24 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2022-04-28 17:08:32 UTC

cmd /S /C #(nop) COPY dir:7047276799286a17a1253a3d2d4a54dfc5263401079d3ef878c8cbe7091346ef in C:\Program Files\Java\OpenJDK

2022-04-28 17:08:38 UTC

cmd /S /C #(nop) COPY dir:c46aee0ca4e56cf7629e37d208ae3df9a8e92ab24ca53d22c90c70b8b8534757 in C:\Program Files\Git

2022-04-28 17:08:41 UTC

cmd /S /C #(nop) ENV JRE_HOME=C:\Program Files\Java\OpenJDK TEAMCITY_DIST=C:\TeamCity CATALINA_TMPDIR=C:\TeamCity\temp TEAMCITY_LOGS=C:\TeamCity\logs TEAMCITY_DATA_PATH=C:\ProgramData\JetBrains\TeamCity TEAMCITY_SERVER_MEM_OPTS=-Xmx2g -XX:ReservedCodeCacheSize=350m

2022-04-28 17:08:43 UTC

cmd /S /C #(nop) EXPOSE 8111

2022-04-28 17:10:19 UTC

cmd /S /C #(nop) COPY dir:3797c9f8c4f5c44a7361b157597c05ac058afd87be54d2cc84aaf741a375eb6a in C:\TeamCity

2022-04-28 17:10:23 UTC

cmd /S /C #(nop) VOLUME [C:\ProgramData\JetBrains\TeamCity C:\TeamCity\logs C:\TeamCity\temp]

2022-04-28 17:10:25 UTC

cmd /S /C #(nop) CMD ["cmd /S /C pwsh C:/TeamCity/run-server.ps1"]

2022-04-28 17:10:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-04-28 17:10:32 UTC

cmd /S /C setx /M PATH "%PATH%;%JRE_HOME%\bin;C:\Program Files\Git\cmd"

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