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
Container
2024-07-26 09:44:18 +00:00
0
OCI / Docker
linux/amd64
60 MiB
Versions (3) View all