slackgroups (sha256:ecd64cef30d773e6d081a9a5bbd5cce085f85b065c271435fbfc1e2488f11a11)

Published 2025-08-05 05:54:02 +00:00 by Fishwaldo

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'
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-08-05T05:34:56.974Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 290aa4ccd6b9d869378e04459ebe9f11ac6acec2
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 0.0.2
Details
Container
2025-08-05 05:54:02 +00:00
0
OCI / Docker
linux/amd64
61 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