Block a user
actions-runner (v2026.2)
Published 2026-05-19 09:57:55 +08:00 by gitea
Installation
docker pull proj-gitea.chengyifang.com/gitea/actions-runner:v2026.2sha256:59e84013d13f34d5054cb9b7498e4a0db72a3ee579d66643ce859ad57b2afb37
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV PROTO_HOME=/root/.proto |
| ENV PATH=/root/.proto/shims:/root/.proto/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git unzip gnupg wget zip xz-utils && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /root |
| RUN /bin/sh -c curl -fsSL https://moonrepo.dev/install/proto.sh | PROTO_YES=true bash # buildkit |
| RUN /bin/sh -c echo 'eval "$(proto activate)"' >> /root/.bashrc # buildkit |
| COPY prototools.toml /root/.proto/.prototools # buildkit |
| RUN /bin/sh -c proto use -c global --pin global # buildkit |
| RUN /bin/sh -c helmfile init --force # buildkit |
| RUN /bin/sh -c install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && chmod a+r /etc/apt/keyrings/docker.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo $VERSION_CODENAME) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /bin/hadolint /bin/hadolint # buildkit |
| RUN /bin/sh -c proto --version && node --version && bun --version && deno --version && python --version && helm version && helmfile --version && kubectl version --client && terraform version && gh --version && docker --version && docker buildx version && biome --version && hadolint --version # buildkit |
| WORKDIR /workspace |
| CMD ["bash"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |