translationeer (6312cc6bb6f70f08a4660055dbe79edbc5accb60)

Published 2026-05-01 16:48:07 +02:00 by SBDeveloper

Installation

docker pull git.sbdevelopment.tech/sbdeveloper/translationeer:6312cc6bb6f70f08a4660055dbe79edbc5accb60
sha256:d8f11da5b795b796251b1242df423f9f586f54714d8ee95619f11b188c97c408

About this package

Self-hosted i18n translation management platform

Image layers

ADD alpine-minirootfs-3.20.7-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/backend
ARG BUILD_VERSION=master
ARG BUILD_REVISION=6312cc6bb6f70f08a4660055dbe79edbc5accb60
ARG BUILD_CREATED=2026-05-01T14:47:55Z
COPY backend/package.json ./ # buildkit
RUN |3 BUILD_VERSION=master BUILD_REVISION=6312cc6bb6f70f08a4660055dbe79edbc5accb60 BUILD_CREATED=2026-05-01T14:47:55Z /bin/sh -c bun install --production # buildkit
COPY backend/src/ ./src/ # buildkit
COPY /app/frontend/dist /app/frontend/dist # buildkit
LABEL org.opencontainers.image.title=Translationeer org.opencontainers.image.description=Self-hosted i18n translation management platform org.opencontainers.image.source=https://git.sbdevelopment.tech/sbdeveloper/Translationeer org.opencontainers.image.url=https://git.sbdevelopment.tech/sbdeveloper/Translationeer org.opencontainers.image.licenses=MIT org.opencontainers.image.version=master org.opencontainers.image.revision=6312cc6bb6f70f08a4660055dbe79edbc5accb60 org.opencontainers.image.created=2026-05-01T14:47:55Z
ENV NODE_ENV=production
ENV REGISTRATION_DISABLED=false
EXPOSE map[3000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:3000/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
CMD ["bun" "run" "src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-05-01T14:47:55Z
org.opencontainers.image.description Self-hosted i18n translation management platform
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 6312cc6bb6f70f08a4660055dbe79edbc5accb60
org.opencontainers.image.source https://git.sbdevelopment.tech/sbdeveloper/Translationeer
org.opencontainers.image.title Translationeer
org.opencontainers.image.url https://git.sbdevelopment.tech/sbdeveloper/Translationeer
org.opencontainers.image.version master
Details
Container
2026-05-01 16:48:07 +02:00
0
OCI / Docker
linux/amd64
MIT
77 MiB
Versions (12) View all