req_monitor (latest)
Published 2024-07-23 02:23:08 +00:00 by zhaoyingbo
Installation
docker pull git.yingbo.im:333/zhaoyingbo/req_monitor:latest
sha256:3f472f0ea1420809f168010ec7c81bf3aca4623ad872494a62d8850de1faee4a
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 |
WORKDIR /app |
COPY package*.json ./ # buildkit |
COPY bun.lockb ./ # buildkit |
RUN /bin/sh -c bun install # buildkit |
COPY . . # buildkit |
EXPOSE map[3000/tcp:{}] |
EXPOSE map[8080/tcp:{}] |
CMD ["bun" "run" "start"] |
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 |