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