• Joined on 2026-03-02

esim-services (latest)

Published 2026-03-21 12:54:27 +01:00 by stanley

Installation

docker pull gitea.clicktechteam.com/stanley/esim-services:latest
sha256:f428a5a8cf5b958d7d0a1215a6cfca5194f783aea25da96e623785b64d191df0

About this package

Click eSIM - esim-services

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
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-21T11:53:46.649Z
org.opencontainers.image.description Click eSIM - esim-services
org.opencontainers.image.licenses
org.opencontainers.image.revision e8342a2c33e6132a435335e68eb3d453514dc366
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-21 12:54:27 +01:00
23
OCI / Docker
linux/amd64
112 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