Nathan Woodburn nathanwoodburn

fbd-pool (latest)

Published 2026-04-06 22:42:53 +10:00 by nathanwoodburn

Installation

docker pull git.woodburn.au/nathanwoodburn/fbd-pool:latest
sha256:7ade91950569e8eed9e3bc63bde2629c4ab214b5034ded7c6afefeb9ddd67baf

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:6d6bdec36f3282e8506d4ebfcecc427191e59c9cf197a51a9e5787e7490eb0d6 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libbsd0 libcurl4 libgcc-s1 libicu70 libsqlite3-0 libstdc++6 libxml2 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
COPY /build/.build/release/pool /usr/local/bin/pool # buildkit
COPY /usr/lib/swift/linux /usr/lib/swift/linux # buildkit
ENV LD_LIBRARY_PATH=/usr/lib/swift/linux
EXPOSE [32871/tcp]
ENTRYPOINT ["/usr/local/bin/pool"]
CMD ["--help"]

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-04-06 22:42:53 +10:00
3
OCI / Docker
linux/amd64
97 MiB
Versions (1) View all
latest 2026-04-06