cicero-backend (sha256:7cfec48aa97ec37e87538d9c57f83e1a79b9faa8f65f717a45507d707a1f7741)
Published 2026-01-12 21:44:23 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/cicero-backend@sha256:7cfec48aa97ec37e87538d9c57f83e1a79b9faa8f65f717a45507d707a1f7741sha256:7cfec48aa97ec37e87538d9c57f83e1a79b9faa8f65f717a45507d707a1f7741Image 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-13T03:39:47.130Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 4e4d355d6339e1fb4d748f0eae197d0cd9aa67be |
| 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.1 |
Details
Versions (48)
View all