mastodon-image-uploader-bot (sha256:650fb7bfda8101a995ec0b574a975b65ece8d1ccc79c4a271bc101f96b2e9c65)

Published 2024-05-29 17:40:54 +00:00 by bizcochito in fedi-image-bot/bot-mastodon-image-uploader

Installation

docker pull git.fai.st/fedi-image-bot/mastodon-image-uploader-bot@sha256:650fb7bfda8101a995ec0b574a975b65ece8d1ccc79c4a271bc101f96b2e9c65
sha256:650fb7bfda8101a995ec0b574a975b65ece8d1ccc79c4a271bc101f96b2e9c65

Image Layers

ADD file:0465ea1f0e8a2ee3e0f770c3b7f8e4a2b8719c624b440cabe7d7ecbe87200e7b in /
CMD ["bash"]
WORKDIR /app
RUN /bin/sh -c apt update && apt install pkg-config openssl libssl-dev curl -y # buildkit
ARG UID=10001
RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --shell "/sbin/nologin" --uid "${UID}" botuser # buildkit
USER botuser
COPY /bin/bot /bin/ # buildkit
CMD ["/bin/bot"]

Labels

Key Value
org.opencontainers.image.created 2024-05-29T16:42:39.664Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision fdad62f0b269066ba2e0d25cc6bd6db54f20584e
org.opencontainers.image.source https://git.fai.st/fedi-image-bot/bot-mastodon-image-uploader
org.opencontainers.image.title bot-mastodon-image-uploader
org.opencontainers.image.url https://git.fai.st/fedi-image-bot/bot-mastodon-image-uploader
org.opencontainers.image.version main
Details
Container
2024-05-29 17:40:54 +00:00
0
OCI / Docker
linux/arm64
77 MiB
Versions (5) View all
latest 2024-05-29
main 2024-05-29
v1.0.1 2024-02-23
v1.0.0 2024-02-23
build 2024-02-22