cicero-backend (sha256:bbbed62146dca5d442e31598067580bfce64427d8333035bc13071e30b9b8868)
Published 2026-01-12 09:23:34 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/cicero-backend@sha256:bbbed62146dca5d442e31598067580bfce64427d8333035bc13071e30b9b8868sha256:bbbed62146dca5d442e31598067580bfce64427d8333035bc13071e30b9b8868Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400' |
| 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-12T15:17:03.222Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | fa6d9b8382a20d95dbf2c2cac558780d5f62a48d |
| 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.12.0 |
Details
Versions (48)
View all