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

docker.io/gitea/runner-images:ubuntu-24.04 - 国内下载镜像源 浏览次数:13
这个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-24.04
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-24.04
镜像ID sha256:b1d1da698d627f2c283174e43621bf9c8815a4aa9819aff65accdada6e0aeb3d
镜像TAG ubuntu-24.04
大小 1.60GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /tmp
OS/平台 linux/amd64
浏览量 13 次
贡献者 fo***t@mlvw.team
镜像创建 2025-03-29T12:54:37.527234948Z
同步时间 2025-04-03 12:37
更新时间 2025-04-04 21:10
环境变量
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=ubuntu24 ImageOS=ubuntu24 LSB_RELEASE=24.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=2404
镜像标签
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-24.04
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-24.04  docker.io/gitea/runner-images:ubuntu-24.04

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-03-29 20:54:37  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:54:37  0.00B 定义构建参数
ARG IMAGE_REVISION=d73ae5bd4f823de3d645d8cc58d8acfb85f586ed
                        
# 2025-03-29 20:54:37  0.00B 定义构建参数
ARG IMAGE_VERSION=v25.04.01
                        
# 2025-03-29 20:54:37  0.00B 定义构建参数
ARG IMAGE_CREATED=2025-04-01T00:02:29Z
                        
# 2025-03-29 20:54:37  0.00B 
/bin/bash --login -e -o pipefail -c
                        
# 2025-03-29 20:54:29  795.53MB 
/bin/sh -c #(nop) USER ${RUNNER}
                        
# 2025-03-29 20:54:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.revision="${BUILD_REF}"
                        
# 2025-03-29 20:54:26  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:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}"
                        
# 2025-03-29 20:54:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}"
                        
# 2025-03-29 20:54:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
                        
# 2025-03-29 20:54:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}"
                        
# 2025-03-29 20:54:26  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:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}"
                        
# 2025-03-29 20:54:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor="${BUILD_OWNER}"
                        
# 2025-03-29 20:54:26  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.created="${BUILD_DATE}"
                        
# 2025-03-29 20:54:26  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:26  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:26  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:26  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:26  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:26  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:54:26  0.00B 
|9 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=24.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:22  0.00B 
/bin/sh -c #(nop) COPY dir:09c4e9994c0481ae7b269c82ce90f34869904a0a700e3293f7a6f7deed685278 in /imagegeneration/installers 
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) WORKDIR /tmp
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE FROM_TAG TARGETARCH
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE TARGETARCH
                        
# 2025-03-29 20:48:22  0.00B 
/bin/sh -c #(nop) ARG TARGETARCH
                        
# 2024-05-23 04:42:04  546.98MB 执行命令并创建新的镜像层
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 	; 	apt-get dist-clean # buildkit
                        
# 2024-05-23 04:42:04  146.63MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		git 		mercurial 		openssh-client 		subversion 				procps 	; 	apt-get dist-clean # buildkit
                        
# 2024-05-23 04:42:04  33.70MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		curl 		gnupg 		netbase 		sq 		wget 		tzdata 	; 	apt-get dist-clean # buildkit
                        
# 2024-05-23 04:42:04  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-05-23 04:42:04  78.13MB 
/bin/sh -c #(nop) ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in / 
                        
# 2024-05-23 04:42:04  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2024-05-23 04:42:04  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-05-23 04:42:04  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-05-23 04:42:04  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:b1d1da698d627f2c283174e43621bf9c8815a4aa9819aff65accdada6e0aeb3d",
    "RepoTags": [
        "gitea/runner-images:ubuntu-24.04",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images:ubuntu-24.04"
    ],
    "RepoDigests": [
        "gitea/runner-images@sha256:a84581a9556459ad257dfeb2ba65f2bfb0a07aa8a5041e59751f042054e3bf34",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitea/runner-images@sha256:3e2a2f2046f1a75b4c9f1cffc56e5985672f62f8efee0c093d06430093e2ea56"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-29T12:54:37.527234948Z",
    "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=ubuntu24",
            "ImageOS=ubuntu24",
            "LSB_RELEASE=24.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=2404"
        ],
        "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": 1600969682,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d989de3cb1ac7ca79725d1884980a85ba90c5bc037eb549622b2503228ade639/diff:/var/lib/docker/overlay2/2af7d16987020d67886299da24b186c2273b17d96e9cec6f900b84d06a71a1a0/diff:/var/lib/docker/overlay2/ccb0328958285a00f963cc60fe711a498e329b9626e1a14fa5638217f3d75cb7/diff:/var/lib/docker/overlay2/3bf80125ec1e00a62571397d3cf9ebd950d58af1be5c4e7a65bcaff44423fe5c/diff:/var/lib/docker/overlay2/d5ba5778451cb9d6cd53a762324cbf17a65345e17306b42b60d69ba8f9186927/diff",
            "MergedDir": "/var/lib/docker/overlay2/1dbaa1932f39cae2538a89f1ea8368324c377580e1cc41c5dc1231e038d43d13/merged",
            "UpperDir": "/var/lib/docker/overlay2/1dbaa1932f39cae2538a89f1ea8368324c377580e1cc41c5dc1231e038d43d13/diff",
            "WorkDir": "/var/lib/docker/overlay2/1dbaa1932f39cae2538a89f1ea8368324c377580e1cc41c5dc1231e038d43d13/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4b7c01ed0534d4f9be9cf97d068da1598c6c20b26cb6134fad066defdb6d541d",
            "sha256:d141145815779038d4e0f33f38f5ac69e3acf4d967f0c8f8f65ba79e297d37d8",
            "sha256:d7f427e0386621493c857bd02c3110efa0dd8a070cf68a882ba7538b7fcc76c2",
            "sha256:01589ba4248f34c4568a45e4ee220294e5d46e2003dc7e92707fdf2fae0da010",
            "sha256:c0db92e55db824d87ba4ad8a6109493f6deb4024e313a42d785e9af16e46d980",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-03T12:36:27.126185106+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