docker.io/gitea/runner-images:ubuntu-20.04 linux/amd64

docker.io/gitea/runner-images:ubuntu-20.04 - 国内下载镜像源 浏览次数:12
这个docker容器镜像的描述信息是:

Gitea Runner Images

该镜像是Gitea Runner的一部分,用于执行GitLab CI/CD作业。它包含了所需的工具和环境变量,以便在不同的操作系统平台上运行CI/CD任务。


依赖:

  • docker.io/gitea/runner-images:v1.0.0
源镜像 docker.io/gitea/runner-images:ubuntu-20.04
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04
镜像ID sha256:7d37f652fef85ef79220ce560ed3bc9615a75e36b6534a9a52b915dfd40bc8de
镜像TAG ubuntu-20.04
大小 1.50GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /tmp
OS/平台 linux/amd64
浏览量 12 次
贡献者 fo***t@mlvw.team
镜像创建 2025-03-29T12:55:00.01903602Z
同步时间 2025-04-03 12:11
更新时间 2025-04-04 20:52
环境变量
DEBIAN_FRONTEND=noninteractive PATH=/opt/acttoolcache/node/18.20.8/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin IMAGE_OS=ubuntu20 ImageOS=ubuntu20 LSB_RELEASE=20.04 AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache RUN_TOOL_CACHE=/opt/hostedtoolcache DEPLOYMENT_BASEPATH=/opt/runner USER=root RUNNER_USER=root ACT_TOOLSDIRECTORY=/opt/acttoolcache LSB_OS_VERSION=2004
镜像标签
1.35.0: io.buildah.version Gitea: org.opencontainers.image.authors 2025-04-01T00:02:29Z: org.opencontainers.image.created Official docker images used by act_runner to run workflows.: org.opencontainers.image.description https://gitea.com/gitea/runner-images/src/branch/main/README.md: org.opencontainers.image.documentation MIT: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name d73ae5bd4f823de3d645d8cc58d8acfb85f586ed: org.opencontainers.image.revision https://gitea.com/gitea/runner-images: org.opencontainers.image.source Official Gitea Actions runner images: org.opencontainers.image.title https://gitea.com/gitea/runner-images: org.opencontainers.image.url Gitea: org.opencontainers.image.vendor v25.04.01: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04  docker.io/gitea/runner-images:ubuntu-20.04

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04  docker.io/gitea/runner-images:ubuntu-20.04

Shell快速替换命令

sed -i 's#gitea/runner-images:ubuntu-20.04#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04  docker.io/gitea/runner-images:ubuntu-20.04'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04  docker.io/gitea/runner-images:ubuntu-20.04'

镜像构建历史


# 2025-03-29 20:55:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.created=2025-04-01T00:02:29Z org.opencontainers.image.authors=Gitea org.opencontainers.image.url=https://gitea.com/gitea/runner-images org.opencontainers.image.documentation=https://gitea.com/gitea/runner-images/src/branch/main/README.md org.opencontainers.image.source=https://gitea.com/gitea/runner-images org.opencontainers.image.version=v25.04.01 org.opencontainers.image.revision=d73ae5bd4f823de3d645d8cc58d8acfb85f586ed org.opencontainers.image.vendor=Gitea org.opencontainers.image.licenses=MIT org.opencontainers.image.title=Official Gitea Actions runner images org.opencontainers.image.description=Official docker images used by act_runner to run workflows.
                        
# 2025-03-29 20:55:00  0.00B 定义构建参数
ARG IMAGE_REVISION=d73ae5bd4f823de3d645d8cc58d8acfb85f586ed
                        
# 2025-03-29 20:55:00  0.00B 定义构建参数
ARG IMAGE_VERSION=v25.04.01
                        
# 2025-03-29 20:55:00  0.00B 定义构建参数
ARG IMAGE_CREATED=2025-04-01T00:02:29Z
                        
# 2025-03-29 20:55:00  0.00B 
/bin/bash --login -e -o pipefail -c
                        
# 2025-03-29 20:54:51  773.53MB 
/bin/sh -c #(nop) USER ${RUNNER}
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.revision="${BUILD_REF}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.description="Special image built for using with https://github.com/nektos/act"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.url="https://github.com/${BUILD_OWNER}/${BUILD_REPO}/tree/${BUILD_REF}/linux/${DISTRO}/${TYPE}/"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor="${BUILD_OWNER}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.created="${BUILD_DATE}"
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_REPO BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE BUILD_REF BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:48  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:48  0.00B 
|9 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=20.04 NODE_VERSION=16 18 20 RUNNER=root TARGETARCH=amd64 TYPE=act /bin/sh -c bash /imagegeneration/installers/${TYPE}.sh
                        
# 2025-03-29 20:48:42  0.00B 
/bin/sh -c #(nop) COPY dir:09c4e9994c0481ae7b269c82ce90f34869904a0a700e3293f7a6f7deed685278 in /imagegeneration/installers 
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) WORKDIR /tmp
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE FROM_TAG TARGETARCH
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE TARGETARCH
                        
# 2025-03-29 20:48:41  0.00B 
/bin/sh -c #(nop) ARG TARGETARCH
                        
# 2024-01-09 09:14:25  447.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex; 	apt-get update; 	apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		default-libmysqlclient-dev 		dpkg-dev 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgdbm-dev 		libglib2.0-dev 		libgmp-dev 		libjpeg-dev 		libkrb5-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmaxminddb-dev 		libncurses5-dev 		libncursesw5-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		unzip 		xz-utils 		zlib1g-dev 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-01-09 09:14:25  180.50MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		bzr 		git 		mercurial 		openssh-client 		subversion 				procps 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2023-04-29 05:58:08  26.76MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		curl 		gnupg 		netbase 		wget 		tzdata 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2023-04-29 05:58:08  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2023-04-29 05:58:08  72.81MB 
/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in / 
                        
# 2023-04-29 05:58:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2023-04-29 05:58:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2023-04-29 05:58:08  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2023-04-29 05:58:08  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:7d37f652fef85ef79220ce560ed3bc9615a75e36b6534a9a52b915dfd40bc8de",
    "RepoTags": [
        "gitea/runner-images:ubuntu-20.04",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-20.04"
    ],
    "RepoDigests": [
        "gitea/runner-images@sha256:0703c8915bc3929b0071f58f78919cf3963aea121d0fc989f97427eed99bf4e2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images@sha256:0be257436d77c00dcb91c2b893e86f72bee18bc421703dca7ad0e5fd426cd9af"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-29T12:55:00.01903602Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "root",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "DEBIAN_FRONTEND=noninteractive",
            "PATH=/opt/acttoolcache/node/18.20.8/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
            "IMAGE_OS=ubuntu20",
            "ImageOS=ubuntu20",
            "LSB_RELEASE=20.04",
            "AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache",
            "RUN_TOOL_CACHE=/opt/hostedtoolcache",
            "DEPLOYMENT_BASEPATH=/opt/runner",
            "USER=root",
            "RUNNER_USER=root",
            "ACT_TOOLSDIRECTORY=/opt/acttoolcache",
            "LSB_OS_VERSION=2004"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/tmp",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "io.buildah.version": "1.35.0",
            "org.opencontainers.image.authors": "Gitea",
            "org.opencontainers.image.created": "2025-04-01T00:02:29Z",
            "org.opencontainers.image.description": "Official docker images used by act_runner to run workflows.",
            "org.opencontainers.image.documentation": "https://gitea.com/gitea/runner-images/src/branch/main/README.md",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "d73ae5bd4f823de3d645d8cc58d8acfb85f586ed",
            "org.opencontainers.image.source": "https://gitea.com/gitea/runner-images",
            "org.opencontainers.image.title": "Official Gitea Actions runner images",
            "org.opencontainers.image.url": "https://gitea.com/gitea/runner-images",
            "org.opencontainers.image.vendor": "Gitea",
            "org.opencontainers.image.version": "v25.04.01"
        },
        "Shell": [
            "/bin/bash",
            "--login",
            "-e",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1500605436,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/56d14c0344bb79d220c4ba0873665f09a2e2abaefde7dd443d846f7137f19371/diff:/var/lib/docker/overlay2/b01ecdde14016b08281fc8106c10e908673253760415e0f4b97713c53aea6df5/diff:/var/lib/docker/overlay2/b5f12ceb548643bd121c4329b5dbd6f3578053a97b18294c445030c91900dcbc/diff:/var/lib/docker/overlay2/7d6c2a35b023ce11a1d7fbf212f77270012c4ad35bec7bfd72cede8b1c700f37/diff:/var/lib/docker/overlay2/364ee650fcb55abc90ea2c6b6b0e7b00ae28674a17a09f26a611d7681de96bc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/5a0f3ff541f1f1b02e9bebfb21c7057af573da4d45b7feaf0ea939ffbe6fbdac/merged",
            "UpperDir": "/var/lib/docker/overlay2/5a0f3ff541f1f1b02e9bebfb21c7057af573da4d45b7feaf0ea939ffbe6fbdac/diff",
            "WorkDir": "/var/lib/docker/overlay2/5a0f3ff541f1f1b02e9bebfb21c7057af573da4d45b7feaf0ea939ffbe6fbdac/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fffe76c64ef2dee2d80a8bb3ad13d65d596d04a45510b1956a976a69215dae92",
            "sha256:4e0b702371b5db42a6928bc9fb9cd2d46050481a493436cfde33ed5206c80c1e",
            "sha256:269156f847d7d58e94972c4ae2575b0f11e497fc50126d7b6da28c0d0f1a85cd",
            "sha256:68af86610f1f335f13dd393a9b66938d2daaf6b8b6786e9688edf351da9848ec",
            "sha256:4dd51be0070111b2cf42ef3dfb670b5136f560922ab3cfb5cfe99ef995dca720",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-03T12:10:49.467975574+08:00"
    }
}

更多版本

docker.io/gitea/runner-images:ubuntu-latest

linux/amd64 docker.io1.27GB2024-09-20 18:01
260

docker.io/gitea/runner-images:ubuntu-20.04

linux/amd64 docker.io1.50GB2025-04-03 12:11
11

docker.io/gitea/runner-images:ubuntu-22.04

linux/amd64 docker.io1.50GB2025-04-03 12:33
11

docker.io/gitea/runner-images:ubuntu-24.04

linux/amd64 docker.io1.60GB2025-04-03 12:37
12