igorbachurin
  • Joined on 2024-03-01

tower-auto-backend (f718230)

Published 2026-05-23 00:14:58 -06:00 by igorbachurin

Installation

docker pull git.050040.xyz/igorbachurin/tower-auto-backend:f718230
sha256:ce426b17facbce1b9144040e28fd3f88b44850a42aef05b51fe857abec237c3a

Images

Digest OS / Arch Size
fa14253e82 linux/amd64 37 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* && useradd --create-home --uid 10001 tower # buildkit
COPY /app/target/release/tower-auto-backend /usr/local/bin/tower-auto-backend # buildkit
COPY scripts/seed-dev-license.sh /usr/local/bin/seed-dev-license # buildkit
RUN /bin/sh -c chmod 755 /usr/local/bin/seed-dev-license # buildkit
USER tower
EXPOSE [8080/tcp]
ENTRYPOINT ["tower-auto-backend"]
CMD ["serve"]
Details
Container
2026-05-23 00:14:58 -06:00
2
OCI / Docker
Versions (10) View all
85c1c7f 2026-05-26
latest 2026-05-26
2f2c39b 2026-05-26
cd83497 2026-05-26
0040701 2026-05-23