rob

memghost (sha-9a5ed0f9bdb092de1e721316ef35f2d5f5fe601f)

Published 2026-06-25 16:26:26 -05:00 by rob

Installation

docker pull code.usshaws.com/rob/memghost:sha-9a5ed0f9bdb092de1e721316ef35f2d5f5fe601f
sha256:3aa5f71c7f5d8b9b1853eefb63698a0877bcb706f0222789cec5e1c4fb7e4edc

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata curl # buildkit
COPY /bin/deno /usr/local/bin/deno # buildkit
COPY /usr/local/lib/ /usr/local/lib/ # buildkit
RUN /bin/sh -c mkdir -p /lib64 /lib && LINKER_X86=$(find /usr/local/lib -name "ld-linux-x86-64.so.2" -type f 2>/dev/null | head -1) && LINKER_ARM=$(find /usr/local/lib -name "ld-linux-aarch64.so.1" -type f 2>/dev/null | head -1) && if [ -n "$LINKER_X86" ]; then ln -sf "$LINKER_X86" /lib64/ld-linux-x86-64.so.2; elif [ -n "$LINKER_ARM" ]; then ln -sf "$LINKER_ARM" /lib/ld-linux-aarch64.so.1; fi # buildkit
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/glibc
WORKDIR /opt/memghost
COPY /memghost /usr/local/bin/memghost # buildkit
COPY sandbox-bindings/ /opt/memghost/sandbox-bindings/ # buildkit
COPY packages/ /packages/ # buildkit
EXPOSE [8080/tcp]
LABEL service=memghost-api
ENTRYPOINT ["memghost"]

Labels

Key Value
org.opencontainers.image.created 2026-06-25T21:26:18.084Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 9a5ed0f9bdb092de1e721316ef35f2d5f5fe601f
org.opencontainers.image.source https://code.usshaws.com/rob/memghost
org.opencontainers.image.title memghost
org.opencontainers.image.url https://code.usshaws.com/rob/memghost
org.opencontainers.image.version sha-9a5ed0f9bdb092de1e721316ef35f2d5f5fe601f
service memghost-api
Details
Container
2026-06-25 16:26:26 -05:00
2
OCI / Docker
linux/amd64
70 MiB
Versions (191) View all