wordgrid (v1.1.11)

Published 2025-05-02 20:37:14 +00:00 by joel in joel/WordGrid

Installation

docker pull git.joeltherrien.ca/joel/wordgrid:v1.1.11
sha256:f0aed5affd29a0e28ddc62808e28a7f769ad11c6b371354386292f78056f3832

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=25.04
ADD file:980bb2d70ee1d803d3c9180ebef258c9795083efbff9e9b7eaab4ae2ea044632 in /
CMD ["/bin/bash"]
LABEL authors="joel"
WORKDIR /srv/
COPY dir:4cd01c459670fd7d190c8643f3c6b94c8d6df555884d098832cf8cc72412d4e9 in /srv/static
COPY file:040b47eeb6dafaad3b7305a4cabc31f10e6f9e438c0e5e87aee6358572a27f49 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.4
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 25.04
Details
Container
2025-05-02 20:37:14 +00:00
1
OCI / Docker
linux/amd64
41 MiB
Versions (24) View all
latest 2026-06-14
v1.2.0 2026-06-14
v1.1.21 2026-04-08
v1.1.20 2026-02-19
v1.1.19 2026-02-19