bot-api (sha256:cde361e6a8afe005a5b6d8065a85c971c5d0c027343e9a462c05a765749af977)

Published 2024-04-15 17:19:15 +00:00 by bizcochito in fedi-image-bot/bot-api

Installation

docker pull git.fai.st/fedi-image-bot/bot-api@sha256:cde361e6a8afe005a5b6d8065a85c971c5d0c027343e9a462c05a765749af977
sha256:cde361e6a8afe005a5b6d8065a85c971c5d0c027343e9a462c05a765749af977

Image Layers

ADD file:7cb312b5f676a37f5c3172be6eb95e30986e5da0dcf21985d2176f8a9a037012 in /
CMD ["bash"]
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
WORKDIR /usr/src/app
COPY /temp/prod/node_modules node_modules # buildkit
COPY /temp/prod/package.json . # buildkit
COPY ./src ./src # buildkit
USER bun
ENV NODE_ENV=production
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["/bin/bash" "-c"]
CMD ["bun run src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2024-04-15T17:18:24.850Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 9c769c8043aa1bb51bc13e5adf910b09fa0634d4
org.opencontainers.image.source https://git.fai.st/fedi-image-bot/bot-api
org.opencontainers.image.title bot-api
org.opencontainers.image.url https://git.fai.st/fedi-image-bot/bot-api
org.opencontainers.image.version v1.0.1
Details
Container
2024-04-15 17:19:15 +00:00
1
OCI / Docker
linux/arm64
94 MiB
Versions (6) View all
v1.0.2 2024-04-27
latest 2024-04-27
main 2024-04-21
v1.0.1 2024-04-15
v1.0.0 2024-01-14