cicero-backend (sha256:ca37480754e811e75dde1af71c5395f7126cf747aec66c4fe409d257a767e208)
Published 2025-12-11 16:56:39 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/cicero-backend@sha256:ca37480754e811e75dde1af71c5395f7126cf747aec66c4fe409d257a767e208sha256:ca37480754e811e75dde1af71c5395f7126cf747aec66c4fe409d257a767e208Image 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-11T22:53:50.633Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | c3eef1bcdcf83c8ab84d896aaa56475121813185 |
| 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.0.1 |
Details
Versions (48)
View all