freebird-issuer (latest)
Installation
docker pull git.carpocratian.org/sibyl/freebird-issuer:latestsha256:2346ac4e31862e6cf8a2e9e475096236becd0445814abe9c083ac7c66cec5789About this package
Privacy-preserving authorization - Issuer component
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| WORKDIR /app |
| ARG VERSION=unknown |
| ARG VCS_REF=unknown |
| ARG CREATED=unknown |
| |3 CREATED=unknown VCS_REF=unknown VERSION=unknown /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |
| |3 CREATED=unknown VCS_REF=unknown VERSION=unknown /bin/sh -c groupadd -r -g 1000 freebird && useradd -r -u 1000 -g freebird freebird |
| |3 CREATED=unknown VCS_REF=unknown VERSION=unknown /bin/sh -c mkdir -p /data/keys /data/state && chown -R 1000:1000 /data && chmod 750 /data /data/keys /data/state |
| COPY file:778d47a0cf4bbf0691df759bc1320d191adfc146446b615b2cece132c60a2a57 in /usr/local/bin/freebird-issuer |
| COPY file:9caa3d9ab3db367ba64650fce0a7ff72d813100848e366f54a77c11db26a04bc in /usr/local/bin/freebird-cli |
| COPY file:67cbd2e06f5a660111144617b051da1368f97788d0963aaf969e82de1f98dcd6 in /usr/local/bin/freebird-validate-config |
| |3 CREATED=unknown VCS_REF=unknown VERSION=unknown /bin/sh -c chmod 755 /usr/local/bin/freebird-issuer /usr/local/bin/freebird-cli /usr/local/bin/freebird-validate-config |
| ENV BIND_ADDR=0.0.0.0:8081 ISSUER_SK_PATH=/data/keys/issuer_sk.bin KEY_ROTATION_STATE_PATH=/data/keys/key_rotation_state.json SYBIL_INVITE_PERSISTENCE_PATH=/data/state/invitations.json RUST_LOG=info |
| LABEL org.opencontainers.image.title=Freebird Issuer org.opencontainers.image.description=Privacy-preserving authorization - Issuer component org.opencontainers.image.vendor=Freebird org.opencontainers.image.documentation=https://github.com/flammafex/freebird org.opencontainers.image.source=https://github.com/flammafex/freebird org.opencontainers.image.version=unknown org.opencontainers.image.revision=unknown org.opencontainers.image.created=unknown org.opencontainers.image.licenses=MIT OR Apache-2.0 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8081/.well-known/issuer || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| USER freebird |
| VOLUME [/data] |
| EXPOSE 8081 |
| CMD ["freebird-issuer"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | unknown |
| org.opencontainers.image.description | Privacy-preserving authorization - Issuer component |
| org.opencontainers.image.documentation | https://github.com/flammafex/freebird |
| org.opencontainers.image.licenses | MIT OR Apache-2.0 |
| org.opencontainers.image.revision | unknown |
| org.opencontainers.image.source | https://github.com/flammafex/freebird |
| org.opencontainers.image.title | Freebird Issuer |
| org.opencontainers.image.vendor | Freebird |
| org.opencontainers.image.version | unknown |
Details
2026-05-06 00:20:08 +00:00
Versions (11)
View all
Container
0
OCI / Docker
linux/amd64
MIT OR Apache-2.0
39 MiB