movq

easycrit (v1.1.3)

Published 2026-06-12 12:41:24 +00:00 by ahknight

Installation

docker pull code.movq.us/movq/easycrit:v1.1.3
sha256:b664a991047d47a93155c13a300e6c19ce46bfce3386c0b94492f674e1bd0cd4

Images

Digest OS / Arch Size
ad62382b4d linux/amd64 12 MiB
3c50723321 linux/arm64 12 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG VERSION
LABEL org.opencontainers.image.title="easycrit" org.opencontainers.image.description="One-way manuscript-critique server" org.opencontainers.image.source="https://github.com/ahknight/easycrit" org.opencontainers.image.version="${VERSION}"
|1 VERSION=v1.1.3 /bin/sh -c apk add --no-cache ca-certificates wget && adduser -D -u 1000 -h /data easycrit
COPY file:9e68e6197e78f741d86b6e10e74b7f87695dd072b7e6bfc7d9f8e7688b3f7df7 in /usr/local/bin/easycrit
COPY dir:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef in /data
USER easycrit
WORKDIR /data
VOLUME /data
ENV LISTEN=0.0.0.0:8090 DATA_DIR=/data BASE_URL=""
EXPOSE 8090
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 CMD wget -q --spider http://127.0.0.1:8090/healthz || exit 1
ENTRYPOINT ["easycrit"]

Labels

Key Value
io.buildah.version 1.43.1
org.opencontainers.image.description One-way manuscript-critique server
org.opencontainers.image.source https://github.com/ahknight/easycrit
org.opencontainers.image.title easycrit
org.opencontainers.image.version v1.1.3
Details
Container
2026-06-12 12:41:24 +00:00
0
OCI / Docker
Versions (7) View all
latest 2026-06-13
v2.1.0 2026-06-13
v2.0.1 2026-06-12
v2.0.0 2026-06-12
v1.1.3 2026-06-12