gitea-runner-images (sha256:cca2ed2bc2754ea08e4abb5eedfe92685e5b69fe5857226a98c5bbd0fb648451)
Installation
docker pull git.mousesoft.ru/ms/gitea-runner-images@sha256:cca2ed2bc2754ea08e4abb5eedfe92685e5b69fe5857226a98c5bbd0fb648451
sha256:cca2ed2bc2754ea08e4abb5eedfe92685e5b69fe5857226a98c5bbd0fb648451
About this package
MouseSoft docker images used by act_runner to run workflows.
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=24.04 |
ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in / |
CMD ["/bin/bash"] |
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 |
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 |
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 |
ARG TARGETARCH |
ARG FROM_IMAGE TARGETARCH |
ARG FROM_IMAGE FROM_TAG TARGETARCH |
ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH |
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH |
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE |
ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
ENV DEBIAN_FRONTEND=noninteractive |
SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ] |
WORKDIR /tmp |
COPY dir:09c4e9994c0481ae7b269c82ce90f34869904a0a700e3293f7a6f7deed685278 in /imagegeneration/installers |
|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 |
ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
ARG BUILD_DATE BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
ARG BUILD_DATE BUILD_REF BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
ARG BUILD_DATE BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_REPO BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
LABEL org.opencontainers.image.created="${BUILD_DATE}" |
LABEL org.opencontainers.image.vendor="${BUILD_OWNER}" |
LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}" |
LABEL org.opencontainers.image.url="https://github.com/${BUILD_OWNER}/${BUILD_REPO}/tree/${BUILD_REF}/linux/${DISTRO}/${TYPE}/" |
LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}" |
LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}" |
LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}" |
LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}" |
LABEL org.opencontainers.image.description="Special image built for using with https://github.com/nektos/act" |
LABEL org.opencontainers.image.revision="${BUILD_REF}" |
USER ${RUNNER} |
/bin/bash --login -e -o pipefail -c |
ARG IMAGE_CREATED=2025-04-08T06:37:17Z |
ARG IMAGE_VERSION=v25.04.08 |
ARG IMAGE_REVISION=d742784f72a33aa68166d561b4d41147408f67a9 |
LABEL org.opencontainers.image.created=2025-04-08T06:37:17Z org.opencontainers.image.authors=MouseSoft org.opencontainers.image.url=https://git.mousesoft.ru/ms/gitea-runner-images org.opencontainers.image.documentation=https://git.mousesoft.ru/ms/gitea-runner-images/src/branch/main/README.md org.opencontainers.image.source=https://git.mousesoft.ru/ms/gitea-runner-images org.opencontainers.image.version=v25.04.08 org.opencontainers.image.revision=d742784f72a33aa68166d561b4d41147408f67a9 org.opencontainers.image.vendor=MouseSoft org.opencontainers.image.licenses=MIT org.opencontainers.image.title=MouseSoft Gitea Actions runner images org.opencontainers.image.description=MouseSoft docker images used by act_runner to run workflows. |
RUN |3 IMAGE_CREATED=2025-04-08T06:37:17Z IMAGE_VERSION=v25.04.08 IMAGE_REVISION=d742784f72a33aa68166d561b4d41147408f67a9 /bin/bash --login -e -o pipefail -c apt-get update --allow-insecure-repositories && apt-get install -y --allow-unauthenticated build-essential debhelper dh-exec dpkg-dev dput-ng fakeroot gawk locales sed && rm -rf /var/lib/apt/lists/* # buildkit |
ARG IMAGE_CREATED=2025-04-08T06:37:17Z |
ARG IMAGE_VERSION=v25.04.08 |
ARG IMAGE_REVISION=d742784f72a33aa68166d561b4d41147408f67a9 |
LABEL org.opencontainers.image.created=2025-04-08T06:37:17Z org.opencontainers.image.authors=MouseSoft org.opencontainers.image.url=https://git.mousesoft.ru/ms/gitea-runner-images org.opencontainers.image.documentation=https://git.mousesoft.ru/ms/gitea-runner-images/src/branch/main/README.md org.opencontainers.image.source=https://git.mousesoft.ru/ms/gitea-runner-images org.opencontainers.image.version=v25.04.08 org.opencontainers.image.revision=d742784f72a33aa68166d561b4d41147408f67a9 org.opencontainers.image.vendor=MouseSoft org.opencontainers.image.licenses=MIT org.opencontainers.image.title=MouseSoft Gitea Actions runner images org.opencontainers.image.description=MouseSoft docker images used by act_runner to run workflows. |
RUN |3 IMAGE_CREATED=2025-04-08T06:37:17Z IMAGE_VERSION=v25.04.08 IMAGE_REVISION=d742784f72a33aa68166d561b4d41147408f67a9 /bin/bash --login -e -o pipefail -c apt-get update --allow-insecure-repositories && apt-get install -y --allow-unauthenticated dh-python libvirt-dev python3-all python3-dev python3-setuptools && rm -rf /var/lib/apt/lists/* # buildkit |
Labels
Key | Value |
---|---|
io.buildah.version | 1.35.0 |
org.opencontainers.image.authors | MouseSoft |
org.opencontainers.image.created | 2025-04-08T06:37:17Z |
org.opencontainers.image.description | MouseSoft docker images used by act_runner to run workflows. |
org.opencontainers.image.documentation | https://git.mousesoft.ru/ms/gitea-runner-images/src/branch/main/README.md |
org.opencontainers.image.licenses | MIT |
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.revision | d742784f72a33aa68166d561b4d41147408f67a9 |
org.opencontainers.image.source | https://git.mousesoft.ru/ms/gitea-runner-images |
org.opencontainers.image.title | MouseSoft Gitea Actions runner images |
org.opencontainers.image.url | https://git.mousesoft.ru/ms/gitea-runner-images |
org.opencontainers.image.vendor | MouseSoft |
org.opencontainers.image.version | v25.04.08 |
Details
2025-04-08 13:50:14 +07:00
Versions (8)
View all
Container
0
OCI / Docker
linux/amd64
MouseSoft
MIT
620 MiB
python-ubuntu-latest
2025-04-08
python-ubuntu-24.04
2025-04-08
ubuntu-24.04
2025-04-08
ubuntu-latest
2025-04-08
python-ubuntu-22.04
2025-04-08