gitlab_monitor (sha256:3393f2a50a649b3153ffb2584f3df94762435c8416e445ed3b6b8c45851d1092)
Published 2024-07-26 09:44:18 +00:00 by zhaoyingbo
Installation
docker pull git.yingbo.im:333/zhaoyingbo/gitlab_monitor@sha256:3393f2a50a649b3153ffb2584f3df94762435c8416e445ed3b6b8c45851d1092
sha256:3393f2a50a649b3153ffb2584f3df94762435c8416e445ed3b6b8c45851d1092
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 |
CMD ["bun" "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 |
Details
Versions (3)
View all
84e7e9249e25d2940282ff7f4375eeb1aa66a88c
2024-07-26
89447914193cd11bea41f06ff0213e5b3ffe265f
2024-07-26
35bd784e6a8d5eda4a3a2479b091aa0302818ea0
2024-07-26