pegasus (latest)
Published 2026-03-14 22:10:38 +00:00 by jakob
Installation
docker pull git.ganz.gay/jakob/pegasus:latestsha256:128b00490cf3b3a97aa5e1815d7f54734c6f889a14b9faf81c6490fe0e6d6d13About this package
pegasus, an atproto pds
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates cmake git libev-dev libffi-dev libgmp-dev libssl-dev libsqlite3-dev libpcre3-dev pkg-config netbase # buildkit |
| RUN /bin/sh -c mkdir /data # buildkit |
| COPY /home/opam/pegasus/_build/default/bin/main.exe /bin/pegasus # buildkit |
| COPY /home/opam/pegasus/_build/default/bin/gen_keys.exe /bin/gen-keys # buildkit |
| ENTRYPOINT ["/bin/pegasus"] |
| LABEL org.opencontainers.image.source=https://github.com/futurgh/pegasus |
| LABEL org.opencontainers.image.description=pegasus, an atproto pds |
| LABEL org.opencontainers.image.licenses=MPL-2.0 |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | pegasus, an atproto pds |
| org.opencontainers.image.licenses | MPL-2.0 |
| org.opencontainers.image.source | https://github.com/futurgh/pegasus |