devops-ai-operator (latest)
Published 2026-07-22 12:37:49 +00:00 by it
Installation
docker pull gitea.trinitysan.by/infra/devops-ai-operator:latestsha256:49e5ad9a644434291bc8b26c024b21e8df73197b3e2acb7729d38fd6d1cb3fa7
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3e98322e1e | linux/amd64 | 400 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"] |
| ARG GO_VERSION=1.25.0 |
| ARG KUBECTL_VERSION=v1.31.2 |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN |2 GO_VERSION=1.25.0 KUBECTL_VERSION=v1.31.2 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates curl git jq openssh-client python3 python3-pip python3-venv tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 GO_VERSION=1.25.0 KUBECTL_VERSION=v1.31.2 /bin/sh -c curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" -o /tmp/go.tgz && tar -C /usr/local -xzf /tmp/go.tgz && rm /tmp/go.tgz # buildkit |
| RUN |2 GO_VERSION=1.25.0 KUBECTL_VERSION=v1.31.2 /bin/sh -c curl -fsSL "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl # buildkit |
| ENV PATH=/usr/local/go/bin:/usr/local/bin:/usr/bin:/bin |
| RUN |2 GO_VERSION=1.25.0 KUBECTL_VERSION=v1.31.2 /bin/sh -c curl https://cursor.com/install -fsS | 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 # buildkit |
| RUN |2 GO_VERSION=1.25.0 KUBECTL_VERSION=v1.31.2 /bin/sh -c mkdir -p /app /data && chown -R 65534:65534 /opt/cursor-agent /app /data # buildkit |
| COPY /build/operator /app/operator # buildkit |
| RUN |2 GO_VERSION=1.25.0 KUBECTL_VERSION=v1.31.2 /bin/sh -c chown 65534:65534 /app/operator # buildkit |
| USER 65534:65534 |
| ENTRYPOINT ["/app/operator"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-07-22 12:37:49 +00:00
Versions (3)
View all
Container
0
OCI / Docker