2024.12.2
sha256:8dbf65cde08871302d13fa94ce7c082a65baf10f6e6b16da4e3f02fa46a77d5f
OS/ARCH
Compressed size
1.03 GB
Last pushed
21 days by teamcityserver
Type
Image
Manifest digest
sha256:4a70b6c3338ad69936d3e00c049bd9a9f400e4093d33307fc61760773fa537cd
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=22.04
0 B
5
ADD file ... in /
28.17 MB
6
CMD ["/bin/bash"]
0 B
7
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive
0 B
8
RUN /bin/sh -c apt-get update
23.55 MB
9
ARG jdkLinuxComponent
0 B
10
ARG jdkLinuxComponentMD5SUM
0 B
11
RUN |2 jdkLinuxComponent=https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz jdkLinuxComponentMD5SUM=443750a02c28ff2807c80032ee2e8ebc /bin/sh
185.2 MB
12
ENV JAVA_HOME=/opt/java/openjdk JDK_HOME=/opt/java/openjdk PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
13
RUN |2 jdkLinuxComponent=https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz jdkLinuxComponentMD5SUM=443750a02c28ff2807c80032ee2e8ebc /bin/sh
1022 B
14
ENV CONFIG_FILE=/data/teamcity_agent/conf/buildAgent.properties LANG=C.UTF-8
0 B
15
COPY --chown=buildagent:buildagent run-agent.sh /run-agent.sh #
1023 B
16
COPY --chown=buildagent:buildagent run-agent-services.sh /run-services.sh #
241 B
17
COPY --chown=buildagent:buildagent TeamCity/buildAgent /opt/buildagent #
343.8 MB
18
RUN |2 jdkLinuxComponent=https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz jdkLinuxComponentMD5SUM=443750a02c28ff2807c80032ee2e8ebc /bin/sh
7.86 KB
19
USER buildagent
0 B
20
RUN |2 jdkLinuxComponent=https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz jdkLinuxComponentMD5SUM=443750a02c28ff2807c80032ee2e8ebc /bin/sh
2.88 KB
21
VOLUME [/data/teamcity_agent/conf]
0 B
22
VOLUME [/opt/buildagent/work]
0 B
23
VOLUME [/opt/buildagent/system]
0 B
24
VOLUME [/opt/buildagent/temp]
0 B
25
VOLUME [/opt/buildagent/logs]
0 B
26
VOLUME [/opt/buildagent/tools]
0 B
27
VOLUME [/opt/buildagent/plugins]
0 B
28
CMD ["/run-services.sh"]
0 B
29
COPY /usr/bin/git /usr/bin/git # buildkit
9.05 MB
30
COPY /usr/libexec/git-core /usr/libexec/git-core # buildkit
57.66 MB
31
COPY /usr/share/git-core /usr/share/git-core # buildkit
9.55 KB
32
COPY /usr/local/bin/git-lfs /usr/local/bin/git-lfs # buildkit
4.75 MB
33
USER root
0 B
34
COPY run-docker.sh /services/run-docker.sh # buildkit
309 B
35
ARG dotnetCoreLinuxComponentVersion
0 B
36
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
0 B
37
ARG dotnetLinuxComponent
0 B
38
ARG dotnetLinuxComponentSHA512
0 B
39
ARG dotnetLibs
0 B
40
ARG gitLinuxComponentVersion
0 B
41
ARG gitLFSLinuxComponentVersion
0 B
42
ARG dockerLinuxComponentVersion
0 B
43
ARG containerdIoLinuxComponentVersion
0 B
44
ARG p4Version
0 B
45
RUN |9 dotnetCoreLinuxComponentVersion= dotnetLinuxComponent=https://builds.dotnet.microsoft.com/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-x64.tar.gz dotnetLinuxComponentSHA512=ee0a77d54e6d4917be7310ff0abb3bad5525bfb4beb1db0c215e65f64eb46511f5f12d6c7ff465a1d4ab38577e6a1950fde479ee94839c50e627020328a702de
405.76 MB
46
VOLUME [/var/lib/docker]
0 B
47
USER buildagent
0 B
Command
ARG RELEASE