• Joined on 2025-10-25

gitea-executor/gitea-executor (2026.0315.123447)

Published 2026-03-15 15:35:22 +03:00 by anatoly

Installation

docker pull gitea.belanov-pc.ru/anatoly/gitea-executor/gitea-executor:2026.0315.123447
sha256:fdc0bf5bf09ebeaf4a07fa7d0a6d3e46d5d20566ff65618021c4bfc428a770f9

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=10.0.5
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
USER 1654
WORKDIR /app
USER root
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl && rm -rf /var/lib/apt/lists/* # buildkit
SHELL [/bin/bash -o pipefail -c]
RUN /bin/bash -o pipefail -c curl https://cursor.com/install -fsS | bash # buildkit
RUN /bin/bash -o pipefail -c cp -r "$(dirname "$(readlink -f /root/.local/bin/agent)")" /usr/local/lib/cursor-agent && ln -sf /usr/local/lib/cursor-agent/cursor-agent /usr/local/bin/agent # buildkit
USER 1654
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "Gitea.Executor.Runner.dll"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-15 15:35:22 +03:00
0
OCI / Docker
linux/amd64
215 MiB
Versions (4) View all
latest 2026-03-15
2026.0315.130228 2026-03-15
2026.0315.123913 2026-03-15
2026.0315.123447 2026-03-15