bascule-gateway (sha256:3795c6f6190e81cc402cc696c42a523e13dd1a652bd458bf9d72090f3d3b0c23)
Published 2026-04-25 10:35:27 +00:00 by tking
Installation
docker pull git.guildhouse.dev/tking/bascule-gateway@sha256:3795c6f6190e81cc402cc696c42a523e13dd1a652bd458bf9d72090f3d3b0c23sha256:3795c6f6190e81cc402cc696c42a523e13dd1a652bd458bf9d72090f3d3b0c23Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600' |
| RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/bascule-workspace/target/release/bascule-gateway /usr/local/bin/ # buildkit |
| EXPOSE map[50052/tcp:{}] |
| CMD ["bascule-gateway"] |