alex-agent (sha-a6e16d0e4406)

Published 2026-06-18 06:25:47 +00:00 by centra

Installation

docker pull git.centraworks.net/centra/alex-agent:sha-a6e16d0e4406
sha256:9af267e1e7fc8f9dc5aa2f3179739f04514a595f0b9208540b2e2ffb7889d961

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* && groupadd --system alex && useradd --system --gid alex --home-dir /app alex # buildkit
COPY /src/target/release/alex-agent /usr/local/bin/alex-agent # buildkit
ENV ALEX_AGENT_SERVE=true ALEX_AGENT_LISTEN=0.0.0.0:3037 ALEX_DISABLE_MEMORY=true ALEX_DISABLE_WEB_SEARCH=true
USER alex
EXPOSE map[3037/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:3037/v1/health >/dev/null || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
CMD ["alex-agent" "--serve" "--listen" "0.0.0.0:3037"]

Labels

Key Value
org.opencontainers.image.source https://git.centraworks.net/centra/alex-agent
Details
Container
2026-06-18 06:25:47 +00:00
0
OCI / Docker
linux/amd64
38 MiB
Versions (7) View all
sha-f5f8251 2026-06-18
main 2026-06-18
sha-4c8b285 2026-06-18
sha-4c8b28571daf 2026-06-18
sha-36f2e28e001e 2026-06-18