static-webpages (latest)
Published 2026-07-12 18:54:53 +00:00 by frank
Installation
docker pull git.nextdorf.de/frank/static-webpages:latestsha256:926ddea11e03f46830d2940f6f117ba2b02c0c029b8d4adcdadeabcbec5cc7e5About this package
Webhook-triggered, pull-based deployment controller for static sites.
Image layers
| apko |
| apko |
| apko |
| apko |
| apko |
| apko |
| apko |
| apko |
| apko |
| apko |
| apko |
| RUN /bin/sh -c apk add --no-cache ca-certificates bash bash-completion && addgroup --gid 1000 app && adduser --disabled-password --uid 1000 --ingroup app --home /home/app --shell /bin/sh app && mkdir /data && chown app:app /data # buildkit |
| COPY /app/static-webpages /usr/local/bin/static-webpages # buildkit |
| COPY docker-bashrc /root/.bashrc # buildkit |
| RUN /bin/sh -c for dir in /home/*; do [ -d "$dir" ] || continue; cp /root/.bashrc "$dir/.bashrc"; owner="$(stat -c '%u:%g' "$dir")"; chown "$owner" "$dir/.bashrc"; done # buildkit |
| RUN /bin/sh -c /usr/local/bin/static-webpages completions bash > /usr/share/bash-completion/completions/static-webpages # buildkit |
| USER app |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["/usr/local/bin/static-webpages"] |
Labels
| Key | Value |
|---|---|
| dev.chainguard.image.title | static-webpages |
| dev.chainguard.package.main | static-webpages |
| org.opencontainers.image.authors | frank |
| org.opencontainers.image.created | 2026-07-12T18:54:40Z |
| org.opencontainers.image.description | Webhook-triggered, pull-based deployment controller for static sites. |
| org.opencontainers.image.source | https://git.nextdorf.de/frank/static-webpages |
| org.opencontainers.image.title | static-webpages |
| org.opencontainers.image.url | https://git.nextdorf.de/frank/static-webpages |
| org.opencontainers.image.vendor | nextdorf |
| org.opencontainers.image.version | latest |