wordgrid (v1.1.9)

Published 2025-02-16 19:33:38 +00:00 by joel in joel/WordGrid

Installation

docker pull git.joeltherrien.ca/joel/wordgrid:v1.1.9
sha256:1732e493c3c489dda28363fc2a32249496124cd8a8807ae88849d7f2f2053472

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /
CMD ["/bin/bash"]
LABEL authors="joel"
WORKDIR /srv/
COPY dir:85c32cba571205d147767908a0084638a819ccb5b9e621dc129fd562f4a1cacc in /srv/static
COPY file:c9fd9086c0a8252d47d22994b8ba5bc32aabf96d19e35d7a30b5bbd2ace68550 in server
/bin/sh -c cp /srv/static/*.csv dictionary.csv
/bin/sh -c echo '{"dictionary_path": "dictionary.csv", "static_path": "static"}' > config.json
/bin/sh -c useradd -d /srv wordgrid && chown -R wordgrid:wordgrid /srv
USER wordgrid
ENV ROCKET_ADDRESS=0.0.0.0
ENV ROCKET_PORT=8000
ENTRYPOINT ["./server"]
EXPOSE 8000

Labels

Key Value
authors joel
io.buildah.version 1.39.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-02-16 19:33:38 +00:00
1
OCI / Docker
linux/amd64
42 MiB
Versions (10) View all
v1.1.9 2025-02-16
v1.1.8 2025-01-14
v1.1.7 2025-01-12
v1.1.6 2024-12-29
v1.1.5 2024-12-27