snipo (sha256:b3df6270db0eec3e38eefac4911ef41f53fb0b0defc16f3047bdb3c584b903eb)
Published 2026-07-12 11:35:46 -04:00 by keo
Installation
docker pull git.keo.sh/keo/snipo@sha256:b3df6270db0eec3e38eefac4911ef41f53fb0b0defc16f3047bdb3c584b903ebsha256:b3df6270db0eec3e38eefac4911ef41f53fb0b0defc16f3047bdb3c584b903ebAbout this package
Snipo with the keo.sh terminal theme
Image layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata && adduser -D -u 1000 snipo && mkdir -p /data /tmp && chown -R snipo:snipo /data /tmp # buildkit |
| COPY --chown=root:root --chmod=755 /snipo /snipo # buildkit |
| WORKDIR /data |
| LABEL org.opencontainers.image.source=https://github.com/MohamedElashri/snipo org.opencontainers.image.description=Snipo with the keo.sh terminal theme org.opencontainers.image.vendor=keo.sh org.opencontainers.image.licenses=AGPL-3.0 |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /snipo health] Interval:30s Timeout:5s StartPeriod:5s StartInterval:0s Retries:3} |
| USER snipo |
| ENV SNIPO_HOST=0.0.0.0 SNIPO_PORT=8080 SNIPO_DB_PATH=/data/snipo.db SNIPO_LOG_FORMAT=json |
| ENTRYPOINT ["/snipo"] |
| CMD ["serve"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Snipo with the keo.sh terminal theme |
| org.opencontainers.image.licenses | AGPL-3.0 |
| org.opencontainers.image.source | https://github.com/MohamedElashri/snipo |
| org.opencontainers.image.vendor | keo.sh |
Details
Versions (3)
View all