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

docker.io/gitea/runner-images:ubuntu-22.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-22.04
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-22.04
镜像ID sha256:90d0713b500408e91ebb62321fb8bdb9d19286390e352b58579b8cc2e90f03d5
镜像TAG ubuntu-22.04
大小 1.50GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /tmp
OS/平台 linux/amd64
浏览量 12 次
贡献者 fo***t@mlvw.team
镜像创建 2025-03-29T12:55:07.921409267Z
同步时间 2025-04-03 12:33
更新时间 2025-04-04 21:01
环境变量
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=ubuntu22 ImageOS=ubuntu22 LSB_RELEASE=22.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=2204
镜像标签
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-22.04
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-22.04  docker.io/gitea/runner-images:ubuntu-22.04

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#gitea/runner-images:ubuntu-22.04#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-22.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-22.04 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-22.04  docker.io/gitea/runner-images:ubuntu-22.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-22.04 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-22.04  docker.io/gitea/runner-images:ubuntu-22.04'

镜像构建历史


# 2025-03-29 20:55:07  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:07  0.00B 定义构建参数
ARG IMAGE_REVISION=d73ae5bd4f823de3d645d8cc58d8acfb85f586ed
                        
# 2025-03-29 20:55:07  0.00B 定义构建参数
ARG IMAGE_VERSION=v25.04.01
                        
# 2025-03-29 20:55:07  0.00B 定义构建参数
ARG IMAGE_CREATED=2025-04-01T00:02:29Z
                        
# 2025-03-29 20:55:07  0.00B 
/bin/bash --login -e -o pipefail -c
                        
# 2025-03-29 20:55:00  781.61MB 
/bin/sh -c #(nop) USER ${RUNNER}
                        
# 2025-03-29 20:54:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.revision="${BUILD_REF}"
                        
# 2025-03-29 20:54:57  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:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}"
                        
# 2025-03-29 20:54:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}"
                        
# 2025-03-29 20:54:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
                        
# 2025-03-29 20:54:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
                        
# 2025-03-29 20:54:57  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:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}"
                        
# 2025-03-29 20:54:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor="${BUILD_OWNER}"
                        
# 2025-03-29 20:54:57  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.created="${BUILD_DATE}"
                        
# 2025-03-29 20:54:57  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:57  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:57  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:57  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:57  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:57  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:57  0.00B 
|9 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=22.04 NODE_VERSION=16 18 20 RUNNER=root TARGETARCH=amd64 TYPE=act /bin/sh -c bash /imagegeneration/installers/${TYPE}.sh
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) COPY dir:09c4e9994c0481ae7b269c82ce90f34869904a0a700e3293f7a6f7deed685278 in /imagegeneration/installers 
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) WORKDIR /tmp
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE FROM_TAG TARGETARCH
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE TARGETARCH
                        
# 2025-03-29 20:49:00  0.00B 
/bin/sh -c #(nop) ARG TARGETARCH
                        
# 2024-01-09 09:14:25  496.00MB 执行命令并创建新的镜像层
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  122.51MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		git 		mercurial 		openssh-client 		subversion 				procps 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2023-04-29 05:58:08  17.10MB 执行命令并创建新的镜像层
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  77.86MB 
/bin/sh -c #(nop) ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in / 
                        
# 2023-04-29 05:58:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.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:90d0713b500408e91ebb62321fb8bdb9d19286390e352b58579b8cc2e90f03d5",
    "RepoTags": [
        "gitea/runner-images:ubuntu-22.04",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-22.04"
    ],
    "RepoDigests": [
        "gitea/runner-images@sha256:aa99fdc7863107b89204ad7ce4a78c675674ad5a0172bbb92c02bea77aff8c3f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images@sha256:1c4efa8a98391f0b798668fde866958a24aba7ffb3a31f90bd4a96cd505f7811"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-29T12:55:07.921409267Z",
    "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=ubuntu22",
            "ImageOS=ubuntu22",
            "LSB_RELEASE=22.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=2204"
        ],
        "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": 1495079473,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/077640f071089f2382abf22d8ce518cb5f29c440861bc0468928b3a2b6394a41/diff:/var/lib/docker/overlay2/364daa5bd165be817cb310b89a0a262f1913704c91a72508c5273b5b8439cb2a/diff:/var/lib/docker/overlay2/de92f6609ee6b3244fc69486093ba66a728a1a152358e7a11b665fbf42883442/diff:/var/lib/docker/overlay2/246dcb9b4c22636bae775b30966c2cb74a2e470412b4f7f146b07c63ce42ae03/diff:/var/lib/docker/overlay2/ace3f972cf88bd330727fa9a25fd0df2c3fec1df161ac9102bf9f5739b40b82c/diff",
            "MergedDir": "/var/lib/docker/overlay2/47442a63a499a3ec50a4718f0ddcf5fed833bdc3616e65a9fd1ea19395dfe6f2/merged",
            "UpperDir": "/var/lib/docker/overlay2/47442a63a499a3ec50a4718f0ddcf5fed833bdc3616e65a9fd1ea19395dfe6f2/diff",
            "WorkDir": "/var/lib/docker/overlay2/47442a63a499a3ec50a4718f0ddcf5fed833bdc3616e65a9fd1ea19395dfe6f2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af",
            "sha256:b7d4ab99ea66708dca7684b3dbf78f625f748ff87b2bfcde7fafb11de2aacbd7",
            "sha256:3088d16366826f6326e0aad2d2732271dfa824ff9d137940a722a15261b3a30b",
            "sha256:a3e1a9f8dd1f7572b01522a3b1481fc9d4fc00349d983d97ad528064f482f69d",
            "sha256:c302be00ed203ec391f4851902b6e140e5ed3c1af0da07ee958342f256b897fd",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-03T12:32:38.590556356+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