slackgroups (sha256:20ca011ec9719937f143428381c13e680301c45059223fcad72bad33b999c4f1)

Published 2025-10-24 08:16:21 +00:00 by Fishwaldo

Installation

docker pull git.my-ho.st/fishwaldo/slackgroups@sha256:20ca011ec9719937f143428381c13e680301c45059223fcad72bad33b999c4f1
sha256:20ca011ec9719937f143428381c13e680301c45059223fcad72bad33b999c4f1

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1760918400'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates tzdata wget && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /root/
COPY /app/slack-bot . # buildkit
COPY /app/configs/config.yaml.example /etc/slackgroups/config.yaml.example # buildkit
RUN /bin/sh -c mkdir -p /data # buildkit
RUN /bin/sh -c chmod +x ./slack-bot # buildkit
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
CMD ["./slack-bot"]

Labels

Key Value
org.opencontainers.image.created 2025-10-24T07:33:37.234Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 53a4bb7237ab8bed0893e7b1f6d24e1529fdac72
org.opencontainers.image.source https://git.my-ho.st/Fishwaldo/slackgroups
org.opencontainers.image.title slackgroups
org.opencontainers.image.url https://git.my-ho.st/Fishwaldo/slackgroups
org.opencontainers.image.version master
Details
Container
2025-10-24 08:16:21 +00:00
0
OCI / Docker
linux/arm64
58 MiB
Versions (5) View all
latest 2025-10-24
master 2025-10-24
0.0.2 2025-08-05
0.0 2025-08-05
0.0.1 2025-07-25