cicero-backend (sha256:074834af9eb678210b1b654441506b96895f9930d4d7d575d77e042dd9e7f0ae)

Published 2026-01-24 23:09:03 -06:00 by jeffread

Installation

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
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 2026-01-25T05:05:13.750Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision cedde1849e27db0f722ef10b990d9696b9d416eb
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.14.4
Details
Container
2026-01-24 23:09:03 -06:00
0
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