cicero-backend (sha256:d4def2f1d0c187d1903eb4f7fb6d6251155060c0b53e32f8179cfae6726118df)

Published 2025-12-12 15:50:46 -06:00 by jeffread

Installation

docker pull gitea.essentialcode.com/jeffread/cicero-backend@sha256:d4def2f1d0c187d1903eb4f7fb6d6251155060c0b53e32f8179cfae6726118df
sha256:d4def2f1d0c187d1903eb4f7fb6d6251155060c0b53e32f8179cfae6726118df

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd -r -s /bin/false appuser # buildkit
WORKDIR /app
COPY /go/bin/cicero . # buildkit
COPY /go/src/cicero/.env .env # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
EXPOSE [9090/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:9090/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
ENTRYPOINT ["./cicero"]

Labels

Key Value
org.opencontainers.image.created 2025-12-12T21:45:02.591Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision c5338ef688ef9964f55032f64791f0c76aea167c
org.opencontainers.image.source https://gitea.essentialcode.com/jeffread/cicero-backend
org.opencontainers.image.title cicero-backend
org.opencontainers.image.url https://gitea.essentialcode.com/jeffread/cicero-backend
org.opencontainers.image.version 1.0.3
Details
Container
2025-12-12 15:50:46 -06:00
1
OCI / Docker
linux/amd64
60 MiB
Versions (48) View all
1.15 2026-02-08
latest 2026-02-08
1.15.1 2026-02-08
1.15.0 2026-01-24
1.14 2026-01-24