cicero-backend (sha256:321464f77c1144804b467633a6a8730f4f67e0e8d7097f02bc81faca5594dadd)
Published 2025-12-27 08:04:14 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/cicero-backend@sha256:321464f77c1144804b467633a6a8730f4f67e0e8d7097f02bc81faca5594daddsha256:321464f77c1144804b467633a6a8730f4f67e0e8d7097f02bc81faca5594daddImage 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-27T14:01:16.804Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 3a2ce95f6354f46d3a1fe381b79e062d7b5751c8 |
| 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.4.0 |
Details
Versions (48)
View all