wordgrid (v1.1.10)

Published 2025-03-02 23:13:11 +00:00 by joel in joel/WordGrid

Installation

docker pull git.joeltherrien.ca/joel/wordgrid:v1.1.10
sha256:25c75f537d65bab0fe5a079857f7caf3c76cfa073f542c8e03dff719cca2d887

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:753d69be56ae28eab52e3e0f12ed766e9f1637cb0aaa03ddf733320a9cc94275 in /srv/static
COPY file:0b0ae9bf85a21238a1f894702183cbe243457b8a1ad115473184ea242392a0d8 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-03-02 23:13:11 +00:00
3
OCI / Docker
linux/amd64
41 MiB
Versions (11) View all
v1.1.10 2025-03-02
v1.1.9 2025-02-16
v1.1.8 2025-01-14
v1.1.7 2025-01-12
v1.1.6 2024-12-29