uptime (eightysix)

Published 2024-12-15 17:05:15 -05:00 by simponic

Installation

docker pull git.simponic.xyz/simponic/uptime:eightysix
sha256:9795336652c630a9e3997300bad2c7fcd890e266568a1539686a669dbd1ffe1e

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"]
WORKDIR /app
COPY file:a21521df40b492d9db4b4d0ca9bcf731d90cedf8a5e4dddd285e97d47658e528 in .
CMD ["bun" "run" "index.js"]
LABEL org.opencontainers.image.created=2024-12-15T22:04:43Z
LABEL org.opencontainers.image.revision=157dc327e8fe63541b517cfbeeaf202a3e8553a5
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-15T22:04:43Z
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 157dc327e8fe63541b517cfbeeaf202a3e8553a5
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 17:05:15 -05:00
0
OCI / Docker
linux/amd64
NOASSERTION
89 MiB
Versions (3) View all
eightysix 2024-12-15
arm 2024-12-15
latest 2024-12-15