Oussama Douhou oussamadouhou
  • Joined on 2025-03-08

opencode-session-manager (main-6ae2239)

Published 2026-01-20 09:48:26 +00:00 by oussamadouhou

Installation

docker pull git.app.flexinit.nl/oussamadouhou/opencode-session-manager:main-6ae2239
sha256:768b1c5151bfb01d87c88bb5bbe7ba657e9b58d727b6fe03a45ccfb0019d61d7

About this package

Central Session Management System

Image Layers

ADD alpine-minirootfs-3.22.2-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
RUN /bin/sh -c apk add --no-cache curl openssh-client bash # buildkit
WORKDIR /app
COPY /app/node_modules ./node_modules # buildkit
COPY /app/dist ./dist # buildkit
COPY /app/src ./src # buildkit
COPY scripts ./scripts # buildkit
COPY agents ./agents # buildkit
COPY package.json bun.lock ./ # buildkit
RUN /bin/sh -c addgroup -g 1001 -S nodejs && adduser -S nodejs -u 1001 -G nodejs -h /home/nodejs # buildkit
RUN /bin/sh -c mkdir -p /home/nodejs/.ssh /ssh-keys && printf '%s\n' 'Host 10.100.0.19' ' User ai-user' ' IdentityFile /ssh-keys/id_rsa' ' IdentitiesOnly yes' ' StrictHostKeyChecking accept-new' ' UserKnownHostsFile /ssh-keys/known_hosts' > /home/nodejs/.ssh/config && touch /ssh-keys/.keep && chmod +x /app/scripts/docker-entrypoint.sh && chown -R nodejs:nodejs /app /home/nodejs /ssh-keys && chmod 700 /home/nodejs/.ssh && chmod 600 /home/nodejs/.ssh/config # buildkit
ENV HOME=/home/nodejs
USER nodejs
EXPOSE map[3000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
ENTRYPOINT ["/app/scripts/docker-entrypoint.sh"]
CMD ["bun" "run" "src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-01-20T09:47:48.468Z
org.opencontainers.image.description Central Session Management System
org.opencontainers.image.licenses
org.opencontainers.image.revision 6ae2239ffd7e4cfab8b9446a4499746d205578af
org.opencontainers.image.source https://git.app.flexinit.nl/flexinit-prod-01/opencode-session-manager
org.opencontainers.image.title opencode-session-manager
org.opencontainers.image.url https://git.app.flexinit.nl/flexinit-prod-01/opencode-session-manager
org.opencontainers.image.version latest
Details
Container
2026-01-20 09:48:26 +00:00
0
OCI / Docker
linux/amd64
58 MiB
Versions (92) View all
main-43ff9d7 2026-01-28
latest 2026-01-28
main-87aeae6 2026-01-20
main-27c6314 2026-01-20
main-838b08d 2026-01-20