trafficcue

routing-server (latest)

Published 2026-02-02 13:25:06 +00:00 by jannik

Installation

docker pull git.picoscratch.de/trafficcue/routing-server:latest
sha256:9b5b73cf07f0fbaf04287417f78c96d57e2d2baa279e4a39533095402a568562

About this package

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

Image Layers

ADD alpine-minirootfs-3.20.8-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 update && apk add --no-cache boost-iostreams boost-program_options boost-thread mimalloc libc6-compat # buildkit
ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2
ENV MIMALLOC_LARGE_OS_PAGES=1
ARG NPM_REGISTRY=https://registry.npmjs.org/
RUN |1 NPM_REGISTRY=https://registry.npmjs.org/ /bin/sh -c echo "[install]" > /root/.bunfig.toml # buildkit
RUN |1 NPM_REGISTRY=https://registry.npmjs.org/ /bin/sh -c echo "registry = \"${NPM_REGISTRY}\"" >> /root/.bunfig.toml # buildkit
COPY /app . # buildkit
COPY /usr/local /usr/local # buildkit
RUN |1 NPM_REGISTRY=https://registry.npmjs.org/ /bin/sh -c apk add --no-cache boost-date_time expat libcap-setcap lua5.4 onetbb && ldconfig /usr/local/lib # buildkit
WORKDIR /app/apps/routing-server
RUN |1 NPM_REGISTRY=https://registry.npmjs.org/ /bin/sh -c ln -s /usr/local/bin osrm # buildkit
RUN |1 NPM_REGISTRY=https://registry.npmjs.org/ /bin/sh -c ./osrm/osrm-extract --help # buildkit
USER bun
ENTRYPOINT ["bun" "run" "src/main.ts"]

Labels

Key Value
org.opencontainers.image.created 2025-10-22T07:56:38.047Z
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 89fa0f343945e61d5e4a0077cc7e93a802ed56e7
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.1-alpine
Details
Container
2026-02-02 13:25:06 +00:00
4
OCI / Docker
linux/amd64
NOASSERTION
102 MiB
Versions (2) View all
latest 2026-02-02
staging 2026-01-18