bun (alpine-cn)
Published 2024-03-06 09:20:09 +00:00 by zhaoyingbo
Installation
docker pull git.yingbo.im:333/zhaoyingbo/bun:alpine-cn
sha256:8583d53ddf4a7653d382ad3c977526b2af805d8af9d47d3d7ec7d49e2339a967
About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
ADD file:32ff5e7a78b890996ee4681cc0a26185d3e9acdb4eb1e2aaccb2411f922fed6b in / |
CMD ["/bin/sh"] |
COPY /tmp/glibc.apk /tmp/ # buildkit |
COPY /tmp/glibc-bin.apk /tmp/ # buildkit |
COPY /usr/local/bin/bun /usr/local/bin/ # buildkit |
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
RUN /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && apk --no-cache --force-overwrite --allow-untrusted add /tmp/glibc.apk /tmp/glibc-bin.apk && rm /tmp/glibc.apk && rm /tmp/glibc-bin.apk && 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"] |
ENV TZ=Asia/Shanghai |
RUN /bin/sh -c apk update && apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone # buildkit |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2023-09-27T03:03:32.245Z |
org.opencontainers.image.description | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one |
org.opencontainers.image.licenses | |
org.opencontainers.image.revision | e5b62bf074b1509f8f111ab60e26eaa23ef29b30 |
org.opencontainers.image.source | https://github.com/oven-sh/bun |
org.opencontainers.image.title | bun |
org.opencontainers.image.url | https://github.com/oven-sh/bun |
org.opencontainers.image.version | 1.0.3-alpine |