slackgroups (sha256:4c546960ee17d0c70d83aa5e632d3ebd9624aca00513bf07c9e80bcbff899f5f)

Published 2025-09-08 05:01:43 +00:00 by Fishwaldo

Installation

docker pull git.my-ho.st/fishwaldo/slackgroups@sha256:4c546960ee17d0c70d83aa5e632d3ebd9624aca00513bf07c9e80bcbff899f5f
sha256:4c546960ee17d0c70d83aa5e632d3ebd9624aca00513bf07c9e80bcbff899f5f

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'
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 map[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-09-08T04:41:19.348Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 30f17a18f2ebda90a857b0b45efaa10831600c97
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-09-08 05:01:43 +00:00
0
OCI / Docker
linux/arm64
58 MiB
Versions (5) View all
latest 2025-09-08
master 2025-09-08
0.0.2 2025-08-05
0.0 2025-08-05
0.0.1 2025-07-25