translationeer (555e6dee49ecca1948e83abe72b38e4e50791619)

Published 2026-05-01 13:39:37 +02:00 by SBDeveloper

Installation

docker pull git.sbdevelopment.tech/sbdeveloper/translationeer:555e6dee49ecca1948e83abe72b38e4e50791619
sha256:8348c0f1d2f4438b194c7dd6be80a3b0cd337695218e75ccaba5e87803691151

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=555e6dee49ecca1948e83abe72b38e4e50791619
ARG BUILD_CREATED=2026-05-01T11:39:31Z
COPY backend/package.json ./ # buildkit
RUN |3 BUILD_VERSION=master BUILD_REVISION=555e6dee49ecca1948e83abe72b38e4e50791619 BUILD_CREATED=2026-05-01T11:39:31Z /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=555e6dee49ecca1948e83abe72b38e4e50791619 org.opencontainers.image.created=2026-05-01T11:39:31Z
ENV NODE_ENV=production
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-01T11:39:31Z
org.opencontainers.image.description Self-hosted i18n translation management platform
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 555e6dee49ecca1948e83abe72b38e4e50791619
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 13:39:37 +02:00
0
OCI / Docker
linux/amd64
MIT
62 MiB
Versions (12) View all