wfe-server (latest)
Published 2026-04-22 09:47:40 +00:00 by gitea_admin
Installation
docker pull src.sunbeam.pt/studio/wfe-server:latestsha256:5313d6ac232fa19fa813bdb010566bd257ffc0d20b1d9fe16db671b8546c5b3e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 067d38cf2e | linux/amd64 | 58 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 tini && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd -r -g 1000 wfe && useradd -r -u 1000 -g wfe wfe # buildkit |
| USER 1000:1000 |
| COPY /wfe-server /usr/local/bin/wfe-server # buildkit |
| EXPOSE [50051/tcp 8080/tcp] |
| ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/wfe-server"] |