owenthereal / upterm

Instant Terminal Sharing
https://upterm.dev
Apache License 2.0
809 stars 53 forks source link

Use minimum distroless base image #261

Closed owenthereal closed 1 month ago

owenthereal commented 1 month ago

https://github.com/owenthereal/upterm/pull/228 was reverted because deployment to Fly requires bash. The bash script is replaced with a Go binary (uptermd-fly). Dockerfile.upterm is adjusted to accommodate fly deployment and self-hosting with different build targets.

cc: @bcspragu