• Joined on 2026-03-02

esim-services (730ba44)

Published 2026-03-07 12:48:41 +01:00 by stanley

Installation

docker pull gitea.clicktechteam.com/stanley/esim-services:730ba44
sha256:25f72d290cc17e39a1fcf35d1654fec475630fc9e53f0db706a9555fb0befa09

About this package

Click eSIM - esim-services

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN /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
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
COPY /app/node_modules ./node_modules # buildkit
COPY package.json bun.lock tsconfig.json drizzle.config.ts ./ # buildkit
COPY src/ ./src/ # buildkit
ENV NODE_ENV=production
EXPOSE map[3000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "bun -e \"fetch('http://localhost:3000/health').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))\""] "30s" "5s" "10s" "0s" '\x03'}
CMD ["bun" "run" "src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-03-07T11:48:37.639Z
org.opencontainers.image.description Click eSIM - esim-services
org.opencontainers.image.licenses
org.opencontainers.image.revision 730ba44ff95b120e422ca63049e5db1d6aa9aa15
org.opencontainers.image.source https://gitea.clicktechteam.com/stanley/esim-services
org.opencontainers.image.title esim-services
org.opencontainers.image.url https://gitea.clicktechteam.com/stanley/esim-services
org.opencontainers.image.version latest
Details
Container
2026-03-07 12:48:41 +01:00
0
OCI / Docker
linux/amd64
113 MiB
Versions (13) View all
latest 2026-03-21
e8342a2 2026-03-21
c54f739 2026-03-17
7486e42 2026-03-15
b054658 2026-03-09