Block a user
gitea-executor/gitea-codex-executor (latest)
Published 2026-07-11 10:29:07 +03:00 by anatoly
Installation
docker pull gitea.belanov-pc.ru/anatoly/gitea-executor/gitea-codex-executor:latestsha256:5d6e80c6360f6376caf0055bbc548ba1f612b218556c3ad3151349c45638905c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7e5dadfeca | linux/amd64 | 319 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| SHELL [/bin/bash -o pipefail -c] |
| RUN /bin/bash -o pipefail -c APT_PROXY=$(cat /run/secrets/apt_proxy 2>/dev/null || true) && if [ -n "$APT_PROXY" ]; then printf 'Acquire::http::Proxy "%s";\nAcquire::https::Proxy "%s";\n' "$APT_PROXY" "$APT_PROXY" > /etc/apt/apt.conf.d/01proxy; fi && apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates proxychains4 libicu74 python3 python3-pip python3-venv ripgrep fd-find jq unzip zip wget openssh-client gnupg xz-utils bzip2 tree less && rm -f /etc/apt/apt.conf.d/01proxy && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/bash -o pipefail -c ln -sf /usr/bin/fdfind /usr/local/bin/fd # buildkit |
| RUN /bin/bash -o pipefail -c APT_PROXY=$(cat /run/secrets/apt_proxy 2>/dev/null || true) && if [ -n "$APT_PROXY" ]; then printf 'Acquire::http::Proxy "%s";\nAcquire::https::Proxy "%s";\n' "$APT_PROXY" "$APT_PROXY" > /etc/apt/apt.conf.d/01proxy; export http_proxy="$APT_PROXY" https_proxy="$APT_PROXY"; fi && curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -f /etc/apt/apt.conf.d/01proxy && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/bash -o pipefail -c CODEX_PROXY=$(cat /run/secrets/codex_proxy 2>/dev/null || true) && if [ -n "$CODEX_PROXY" ]; then npm config set proxy "$CODEX_PROXY"; npm config set https-proxy "$CODEX_PROXY"; fi && npm install -g @openai/codex@0.120.0 && npm config delete proxy 2>/dev/null || true && npm config delete https-proxy 2>/dev/null || true # buildkit |
| WORKDIR /app |
| COPY /artifacts/Gitea.Executor.CodexRunner . # buildkit |
| COPY /artifacts/appsettings.json . # buildkit |
| ENTRYPOINT ["./Gitea.Executor.CodexRunner"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-07-11 10:29:07 +03:00
Versions (12)
View all
Container
0
OCI / Docker
2026.0711.072855
2026-07-11
latest
2026-07-11
2026.0711.071746
2026-07-11
2026.0630.040412
2026-06-30
2026.0629.172457
2026-06-29