cicero-backend (sha256:635df188d765c9632b5f4b164360f05fb95b3b20f3826004097d822035a2319a)
Published 2026-01-03 22:24:55 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/cicero-backend@sha256:635df188d765c9632b5f4b164360f05fb95b3b20f3826004097d822035a2319asha256:635df188d765c9632b5f4b164360f05fb95b3b20f3826004097d822035a2319aImage 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-04T04:18:36.111Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 6a76e32288f5b645c8e567097f1891d52120b21e |
| 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.6.0 |
Details
Versions (48)
View all