uptime (latest)

Published 2024-12-15 03:12:48 -05:00 by simponic

Installation

docker pull git.simponic.xyz/simponic/uptime:latest
sha256:9a8af4859be42a231b4216d92bc899512d44b9ea3aa07c535c0410557091e5e4

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

ADD rootfs.tar.xz / # buildkit
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"]
COPY dir:3750bc89008aa3e8634104a6634ecc82b11863090e6e515a4cb6d7e3742b0873 in /app
WORKDIR /app/
/bin/sh -c bun install
/bin/sh -c bun test
CMD ["/bin/sh" "-c" "bun run /app/index.ts"]
LABEL org.opencontainers.image.created=2024-12-15T08:12:20Z
LABEL org.opencontainers.image.revision=630387f8896f028f5844104af8a3a86cc4edf1ca
LABEL org.opencontainers.image.source=https://git.simponic.xyz/simponic/uptime.git
LABEL org.opencontainers.image.url=https://git.simponic.xyz/simponic/uptime

Labels

Key Value
org.opencontainers.image.created 2024-12-15T08:12:20Z
org.opencontainers.image.description Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 630387f8896f028f5844104af8a3a86cc4edf1ca
org.opencontainers.image.source https://git.simponic.xyz/simponic/uptime.git
org.opencontainers.image.title bun
org.opencontainers.image.url https://git.simponic.xyz/simponic/uptime
org.opencontainers.image.version 1.1.38
Details
Container
2024-12-15 03:12:48 -05:00
1
OCI / Docker
linux/amd64
NOASSERTION
95 MiB
Versions (3) View all
eightysix 2024-12-15
arm 2024-12-15
latest 2024-12-15