Block a user
conf-city/proxy (latest)
Published 2026-09-06 17:10:12 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/conf-city/proxy:latestsha256:fd46068e3813c2f66cf9769e4e199620fc8c7784823c6a477f0dc24b51dd3d3a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 806539b3ce | linux/amd64 | 176 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.5-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 |
| COPY package.json bun.lock* ./ # buildkit |
| RUN /bin/sh -c BUN_FROZEN_LOCKFILE=0 bun install --ignore-scripts # buildkit |
| COPY proxy/ proxy/ # buildkit |
| COPY src/data/sample.json src/data/sample.json # buildkit |
| ENV PROXY_PORT=4001 |
| EXPOSE [4001/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:4001/health || exit 1"] "10s" "3s" "0s" "0s" '\x00'} |
| CMD ["bun" "proxy/server.ts"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | conf-city |
| com.docker.compose.service | proxy |
| com.docker.compose.version | 5.1.0 |
| org.opencontainers.image.created | 2026-08-20T14:09:22.661Z |
| 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 | 34cbb9a40b4bd1bd767d134a7065e66c2432a676 |
| 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.4.0-alpine |