cicd-image (sha256:7b6461f3fbab85db7c4e617d9821d3fc959b5ebede938e26995cd79e53f2b2c6)
Installation
docker pull gitea.mregirouard.com/libretunes/cicd-image@sha256:7b6461f3fbab85db7c4e617d9821d3fc959b5ebede938e26995cd79e53f2b2c6
sha256:7b6461f3fbab85db7c4e617d9821d3fc959b5ebede938e26995cd79e53f2b2c6
About this package
Official 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=22.04 |
ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in / |
CMD ["/bin/bash"] |
/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/* |
/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/* |
/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/* |
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:eafd46d7162cff9c0736255ff94b8e4cd2b97ba3e07671058ea3853afa15fe33 in /imagegeneration/installers |
|8 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=22.04 NODE_VERSION=16 18 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=2024-07-11T04:10:11Z |
ARG IMAGE_VERSION=v24.07.11 |
ARG IMAGE_REVISION=8d00b052997f667962933f1d148e0aad7bd92486 |
LABEL org.opencontainers.image.created=2024-07-11T04:10:11Z 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=v24.07.11 org.opencontainers.image.revision=8d00b052997f667962933f1d148e0aad7bd92486 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. |
WORKDIR /app |
RUN /bin/bash --login -e -o pipefail -c set -eux; apt-get update; apt-get install -y --no-install-recommends clang build-essential; rm -rf /var/lib/apt/lists/* # buildkit |
RUN /bin/bash --login -e -o pipefail -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # buildkit |
ENV PATH=/root/.cargo/bin:/opt/acttoolcache/node/18.20.3/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin |
RUN /bin/bash --login -e -o pipefail -c rustup default nightly # buildkit |
RUN /bin/bash --login -e -o pipefail -c rustup target add wasm32-unknown-unknown # buildkit |
RUN /bin/bash --login -e -o pipefail -c cargo install cargo-leptos # buildkit |
RUN /bin/bash --login -e -o pipefail -c cd / && wget https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-38.tar.gz && tar xf 7.1.1-38.tar.gz && rm 7.1.1-38.tar.gz && cd ImageMagick-7.1.1-38 && ./configure && make install -j $(nproc) && cd .. && rm -rf ImageMagick-7.1.1-38 # buildkit |
Labels
Key | Value |
---|---|
io.buildah.version | 1.35.0 |
org.opencontainers.image.authors | Gitea |
org.opencontainers.image.created | 2024-07-11T04:10:11Z |
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 | 8d00b052997f667962933f1d148e0aad7bd92486 |
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 | v24.07.11 |
Details
2024-10-01 04:04:22 +00:00
Versions (10)
View all
Container
3
OCI / Docker
linux/amd64
Gitea
MIT
1.2 GiB
latest
2025-02-18
cargo-leptos-0-2-22
2025-02-18
1e02d0f0f5683f5add8ca4988449ab9976ba0742
2025-02-18
ecf748150e75fee228fdac94d118ee960b64cf40
2025-02-02
ac5af8d19409a78c49c51553c2595e32275d6e48
2024-12-28