samba (0.0.1-qa6)
Published 2025-05-29 15:08:57 -05:00 by tristan
Installation
docker pull git.arcanium.tech/tristan/samba:0.0.1-qa6
sha256:2c5e4ecbd7986622f206bc69d2e0304e6a2e02613b8be3e94417be79200dd53f
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600' |
RUN /bin/sh -c mkdir -p /srv/samba /conf # buildkit |
RUN /bin/sh -c apt update # buildkit |
RUN /bin/sh -c apt install -y samba ruby supervisor ruby-rb-inotify # buildkit |
COPY inotify-agent.rb / # buildkit |
RUN /bin/sh -c chmod +x /inotify-agent.rb # buildkit |
COPY entrypoint.rb / # buildkit |
RUN /bin/sh -c chmod +x /entrypoint.rb # buildkit |
COPY healthcheck.sh / # buildkit |
RUN /bin/sh -c chmod +x /healthcheck.sh # buildkit |
HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "30s" "30s" "0s" "0s" '\x02'} |
ENTRYPOINT ["/entrypoint.rb"] |