oai-proxy (sha256:8c0f5f76fb1883dfae215d03077eb42a822b431aeacb926603e5213ef751d8a0)

Published 2024-06-09 20:03:25 +00:00 by pabloid

Installation

docker pull git.pabloader.ru/pabloid/oai-proxy@sha256:8c0f5f76fb1883dfae215d03077eb42a822b431aeacb926603e5213ef751d8a0
sha256:8c0f5f76fb1883dfae215d03077eb42a822b431aeacb926603e5213ef751d8a0

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in /
CMD ["/bin/sh"]
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
COPY /usr/local/bin/bun /usr/local/bin/ # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /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 && 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 package*.json bun.lockb ./ # buildkit
RUN /bin/sh -c bun install # buildkit
COPY proxy.js openai.js ./ # buildkit
CMD ["bun" "openai.js"]

Labels

Key Value
org.opencontainers.image.created 2024-06-01T10:39:12.671Z
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 43f0913c3875cbf260c60868268adc5953b09a80
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.1.12-alpine
Details
Container
2024-06-09 20:03:25 +00:00
1
OCI / Docker
linux/amd64
NOASSERTION
57 MiB
Versions (1) View all
latest 2024-06-09