attune/api (sha-03a239d22b1e)
Installation
docker pull git.rdrx.app/attune-system/attune/api:sha-03a239d22b1esha256:97ef9d15c4dced6cd9d11fced209682f1bc49640cb1bb8f682e89772a6a7a3bf
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2b5da492ab | linux/amd64 | 78 MiB |
| 6d61a276d9 | linux/arm64 | 77 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl git && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -m -u 1000 attune && mkdir -p /opt/attune/packs /opt/attune/logs /opt/attune/runtime_envs /opt/attune/config /opt/attune/artifacts /opt/attune/agent && chown -R attune:attune /opt/attune # buildkit |
| WORKDIR /opt/attune |
| COPY dist/attune-service-binary /usr/local/bin/attune-service # buildkit |
| COPY migrations/ ./migrations/ # buildkit |
| RUN /bin/sh -c chown -R attune:attune /opt/attune # buildkit |
| USER attune |
| ENV RUST_LOG=info |
| ENV ATTUNE_CONFIG=/opt/attune/config/config.yaml |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "3s" "10s" "0s" '\x03'} |
| EXPOSE [8080/tcp] |
| CMD ["/usr/local/bin/attune-service"] |
Details
Versions (23)
View all
sha-3a13bf754a20
2026-03-26
edge
2026-03-26
sha-3a13bf754a20-arm64
2026-03-26
sha-3a13bf754a20-amd64
2026-03-26
sha-f4ef823f43e7
2026-03-26