Block a user
gitea-executor/gitea-executor (latest)
Published 2026-04-12 15:00:50 +03:00 by anatoly
Installation
docker pull gitea.belanov-pc.ru/anatoly/gitea-executor/gitea-executor:latestsha256:88d173bfbc9a38162d807d6b1e44ca62f99fee34f1a7fe0336f750ce2bca820d
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 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 proxychains4 && 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.version | 24.04 |
Details
2026-04-12 15:00:50 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
216 MiB
2026.0412.115945
2026-04-12
latest
2026-04-12