cursor-agent-api-proxy (52c45e48f8f4a2c0b1a3c29c08d39a3a88e1c2d4)
Published 2026-07-22 12:24:59 +00:00 by it
Installation
docker pull gitea.trinitysan.by/infra/cursor-agent-api-proxy:52c45e48f8f4a2c0b1a3c29c08d39a3a88e1c2d4sha256:f4086b3e42a98aca1dc1e067d6ca8c60786db8330958df5f6e9af0037cf5882a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1c74d309dc | linux/amd64 | 334 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"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates curl tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsS https://cursor.com/install | bash && CURSOR_VERSION_DIR="$(echo /root/.local/share/cursor-agent/versions/*)" && cp -r "${CURSOR_VERSION_DIR}" /opt/cursor-agent && ln -sf /opt/cursor-agent/cursor-agent /usr/local/bin/cursor-agent && ln -sf /opt/cursor-agent/cursor-agent /usr/local/bin/agent.real # buildkit |
| COPY src/ /app/src/ # buildkit |
| COPY scripts/ /app/scripts/ # buildkit |
| COPY cursor-bootstrap/ /opt/cursor-bootstrap/ # buildkit |
| COPY entrypoint.sh /app/entrypoint.sh # buildkit |
| RUN /bin/sh -c mkdir -p /workspace /home/nobody/.cursor && chmod +x /app/scripts/*.sh /app/entrypoint.sh && chown -R nobody:nogroup /opt/cursor-agent /opt/cursor-bootstrap /app /workspace /home/nobody # buildkit |
| WORKDIR /workspace |
| ENV PORT=4646 |
| ENV HOME=/home/nobody |
| ENV NODE_ENV=production |
| USER nobody |
| EXPOSE [4646/tcp] |
| ENTRYPOINT ["/app/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-07-22 12:24:59 +00:00
Versions (3)
View all
Container
0
OCI / Docker