tmate/docker
spahuja-harness 0447584b00 feat: [CI-21188]: Add Dockerfile for tmate binary for Harness CI builds
Add support for building tmate Docker images via Harness CI pipeline.
Tmate is a C-based terminal sharing application (tmux fork).

Changes:
- Created docker/Dockerfile-tmate for building binary images
  * Multi-stage build using GAR Alpine 3.21
  * Builds libssh and tmate with static linking
  * Scratch-based final image with binary at /binaries/tmate
  * Includes build metadata labels
- Added config/manifest.yaml for Harness CI pipeline integration

This enables building harness/harness-vm-runner-tmate images that will be
bundled into harness-vm-runner-binaries for VM injection.

Note: Tmate is a C project and does not use Go versioning patterns.
Version is managed via configure.ac (autotools).
2026-03-01 18:30:55 -06:00
..
Dockerfile-tmate feat: [CI-21188]: Add Dockerfile for tmate binary for Harness CI builds 2026-03-01 18:30:55 -06:00