LibreTunes

An open-source browser audio player and library manager. Built for collaborative listening.

cicd-image (sha256:e99b1af244286a2df0708add8eca27bbaed007bcec2707d53549a6378e2876ec)

Published 2025-05-28 02:05:15 +00:00 by LibreTunes-Bot in LibreTunes/CICD-Image

Installation

docker pull gitea.mregirouard.com/libretunes/cicd-image@sha256:e99b1af244286a2df0708add8eca27bbaed007bcec2707d53549a6378e2876ec
sha256:e99b1af244286a2df0708add8eca27bbaed007bcec2707d53549a6378e2876ec

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=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-01T00:02:29Z
ARG IMAGE_VERSION=v25.04.01
ARG IMAGE_REVISION=d73ae5bd4f823de3d645d8cc58d8acfb85f586ed
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.
ENV LEPTOS_TAILWIND_VERSION=v4.0.6
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.8/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@0.2.26 --locked # buildkit
RUN /bin/bash --login -e -o pipefail -c cargo install mdbook # 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
ENV LD_LIBRARY_PATH=/usr/local/lib

Labels

Key Value
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
Details
Container
2025-05-28 02:05:15 +00:00
3
OCI / Docker
linux/amd64
Gitea
MIT
1.3 GiB
Versions (11) View all