Block a user
samba-web-ui (sha256:2f5ee5fda1ae3bdf2b914e53f0d31e8f813a1f52fa841b34ed2dc4f4e7f825c5)
Published 2025-06-22 21:23:37 +00:00 by erwin
Installation
docker pull git.unamail.net/erwin/samba-web-ui@sha256:2f5ee5fda1ae3bdf2b914e53f0d31e8f813a1f52fa841b34ed2dc4f4e7f825c5sha256:2f5ee5fda1ae3bdf2b914e53f0d31e8f813a1f52fa841b34ed2dc4f4e7f825c5Image Layers
| ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL service=web-ui component=samba-web-ui description=Samba Web UI Server |
| RUN /bin/sh -c apk --no-cache add ca-certificates wget tini # buildkit |
| RUN /bin/sh -c addgroup -g 1001 -S appgroup && adduser -u 1001 -S appuser -G appgroup # buildkit |
| WORKDIR /app |
| COPY web-server . # buildkit |
| RUN /bin/sh -c sha1sum ./web-server | cut -d' ' -f1 > ./web-server.sha1 && echo "Binary SHA1: $(cat ./web-server.sha1)" # buildkit |
| COPY web-ui/static ./static # buildkit |
| COPY web-ui/templates ./templates # buildkit |
| COPY --chown=appuser:appgroup --chmod=755 web-ui-entrypoint.sh ./web-ui-entrypoint.sh # buildkit |
| USER appuser |
| EXPOSE map[8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| ENTRYPOINT ["/sbin/tini" "--" "./web-ui-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| component | samba-web-ui |
| description | Samba Web UI Server |
| org.opencontainers.image.created | 2025-06-22T21:23:26.163Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 746e6f3c0894b259b56e223ae022760a9e8beebf |
| org.opencontainers.image.source | https://git.unamail.net/erwin/samba-rest-api |
| org.opencontainers.image.title | samba-rest-api |
| org.opencontainers.image.url | https://git.unamail.net/erwin/samba-rest-api |
| org.opencontainers.image.version | main |
| service | web-ui |
Details
Versions (2)
View all