Block a user
florence-ci (latest)
Published 2026-07-15 20:27:02 +01:00 by dixonl90
Installation
docker pull gitea.ljdixon.co.uk/dixonl90/florence-ci:latestsha256:5e4a4240503e3ff83743461252816f731de4033f90ba54c8fbe5a57371f56109
About this package
Official docker images used by Gitea runner to run workflows.
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f 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:5b6280ac48c48d01a24beadefcc7925797e30b58c4e23397b73e6ae12037177d in /imagegeneration/installers |
| |8 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=24.04 NODE_VERSION=20 24 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=2026-07-01T00:05:07Z |
| ARG IMAGE_VERSION=v26.07.01 |
| ARG IMAGE_REVISION=657bc507fbf45ffb47a1a0f80c6c1bc822171c87 |
| LABEL org.opencontainers.image.created=2026-07-01T00:05:07Z 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=v26.07.01 org.opencontainers.image.revision=657bc507fbf45ffb47a1a0f80c6c1bc822171c87 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 Gitea runner to run workflows. |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV FLUTTER_VERSION=3.44.6 ANDROID_API=36 ANDROID_BUILD_TOOLS=36.0.0 WEAR_API=34 ANDROID_NDK_VERSION=28.2.13676358 ANDROID_SDK_ROOT=/opt/android-sdk ANDROID_HOME=/opt/android-sdk JAVA_HOME=/opt/java/21 FLUTTER_ROOT=/opt/flutter |
| ENV ANDROID_NDK_HOME=/opt/android-sdk/ndk/28.2.13676358 |
| ENV PATH=/opt/flutter/bin:/opt/java/21/bin:/opt/android-sdk/cmdline-tools/latest/bin:/opt/android-sdk/platform-tools:/opt/acttoolcache/node/24.18.0/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 apt-get update && apt-get install -y --no-install-recommends curl unzip xz-utils git ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/bash --login -e -o pipefail -c mkdir -p ${JAVA_HOME} && curl -fsSL "https://api.adoptium.net/v3/binary/latest/21/ga/linux/x64/jdk/hotspot/normal/eclipse" | tar xz --strip-components=1 -C ${JAVA_HOME} && java -version # buildkit |
| RUN /bin/bash --login -e -o pipefail -c curl -fsSL "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}-stable.tar.xz" | tar xJ -C /opt && git config --global --add safe.directory ${FLUTTER_ROOT} && flutter --version && flutter precache --android --universal # buildkit |
| RUN /bin/bash --login -e -o pipefail -c mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools && curl -fsSL -o /tmp/cmdtools.zip "https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip" && unzip -q /tmp/cmdtools.zip -d ${ANDROID_SDK_ROOT}/cmdline-tools && mv ${ANDROID_SDK_ROOT}/cmdline-tools/cmdline-tools ${ANDROID_SDK_ROOT}/cmdline-tools/latest && rm /tmp/cmdtools.zip && ( yes | sdkmanager --licenses >/dev/null 2>&1 || true ) && sdkmanager --install "platform-tools" "platforms;android-${ANDROID_API}" "platforms;android-37.0" "platforms;android-37.1" "platforms;android-${WEAR_API}" "build-tools;${ANDROID_BUILD_TOOLS}" "ndk;${ANDROID_NDK_VERSION}" >/dev/null && flutter config --android-sdk ${ANDROID_SDK_ROOT} && { flutter doctor -v || true; } # buildkit |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.35.0 |
| org.opencontainers.image.authors | Gitea |
| org.opencontainers.image.created | 2026-07-01T00:05:07Z |
| org.opencontainers.image.description | Official docker images used by Gitea 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.revision | 657bc507fbf45ffb47a1a0f80c6c1bc822171c87 |
| 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 | v26.07.01 |