Block a user
scratchbox (latest)
Installation
docker pull git.s1d3sw1ped.com/s1d3sw1ped/scratchbox:latestsha256:2120601b5160139bd450846f82934309c4bd285596e3cc812e518e33c7c2310c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d70e9a75b7 | linux/amd64 | 7.0 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c addgroup -S scratchbox && adduser -S -G scratchbox scratchbox # buildkit |
| WORKDIR /app |
| COPY /out/scratchbox /usr/local/bin/scratchbox # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && mkdir -p /data /config && chown -R scratchbox:scratchbox /data /config # buildkit |
| USER scratchbox |
| EXPOSE [8080/tcp] |
| VOLUME [/data] |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-02T02:06:22.576Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 9fc0a50a820c1f5e1826b845cff0864e79946914 |
| org.opencontainers.image.source | https://git.s1d3sw1ped.com/s1d3sw1ped/scratchbox |
| org.opencontainers.image.title | scratchbox |
| org.opencontainers.image.url | https://git.s1d3sw1ped.com/s1d3sw1ped/scratchbox |
| org.opencontainers.image.version | 1.0.5 |