Block a user
hello-gitea (1.0)
Published 2026-01-13 14:11:46 +07:00 by one
Installation
docker pull 10.9.10.205:3000/one/hello-gitea:1.0sha256:6bdf7b70cede7f786d54d1147f69cd2c2d7874b4bd43b1cfde6790a55166a700
Image Layers
| ADD alpine-minirootfs-3.20.8-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c printf '%s\n' '#!/bin/sh' 'echo "hello from Gitea registry!"' 'echo "time: $(date -u)"' 'echo "host: $(hostname)"' > /usr/local/bin/hello && chmod +x /usr/local/bin/hello # buildkit |
| CMD ["/usr/local/bin/hello"] |