• Joined on 2026-01-03

tg-connection-service (latest)

Published 2026-01-08 00:25:38 +00:00 by admin

Installation

docker pull reg.herd.telegraph.ink/admin/tg-connection-service:latest
sha256:43e047084faa349bcc6c2407019547093c536dc974ab2cd27576bee12f9da1dc

About this package

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

Image Layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
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 mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
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 && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && 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 apk add --no-cache wget && wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-amd64 && chmod +x /bin/grpc_health_probe && apk del wget # buildkit
RUN /bin/sh -c addgroup -g 1001 -S nodejs && adduser -S nodejs -u 1001 # buildkit
COPY --chown=nodejs:nodejs /app/node_modules ./node_modules # buildkit
COPY --chown=nodejs:nodejs /app/apps/connection-service/dist ./dist # buildkit
COPY --chown=nodejs:nodejs /app/packages ./packages # buildkit
USER nodejs
EXPOSE [50051/tcp]
ENV NODE_ENV=production PORT=50051
HEALTHCHECK &{["CMD" "/bin/grpc_health_probe" "-addr=:50051"] "10s" "5s" "25s" "0s" '\x05'}
STOPSIGNAL SIGTERM
CMD ["bun" "run" "dist/index.js"]

Labels

Key Value
org.opencontainers.image.created 2025-12-17T16:57:20.167Z
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 fa5a5bbe556a4bda5bde77b4013aa6c3bb4ec9ab
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.3.5-alpine
Details
Container
2026-01-08 00:25:38 +00:00
0
OCI / Docker
linux/amd64
NOASSERTION
119 MiB
Versions (1) View all
latest 2026-01-08