Cloud

Toolchain for self-hosted infrastructure

Kuzbass

express_template (latest)

Published 2024-09-02 00:44:30 +07:00 by gogacoder

Installation

docker pull git.gogacoder.ru/cloud/express_template:latest
sha256:4fd5e4586a1a404aed7f32f93d54e85aa27c1674187630612c54ffde92b48456

About this package

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

Image Layers

ADD file:6648a8158bbf4a36244eb9e936fbed4ea29f2f090fb0a97a6a737be2d85a5333 in /
CMD ["bash"]
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
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
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && 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
RUN /bin/sh -c apt-get update && apt install curl postgresql-client -y # buildkit
COPY /temp/prod/node_modules node_modules # buildkit
COPY /app/src/index.ts . # buildkit
COPY /app/package.json . # buildkit
USER bun
EXPOSE map[3001/tcp:{}]
ENTRYPOINT ["bun" "run" "index.ts"]

Labels

Key Value
org.opencontainers.image.created 2024-08-24T07:55:48.404Z
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 0a37423bafab6aebe803e5f1594cffa9796f2ae6
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.26
Details
Container
2024-09-02 00:44:30 +07:00
5
OCI / Docker
linux/amd64
NOASSERTION
111 MiB
Versions (2) View all
latest 2024-09-02
5dbc7d2 2024-08-16