Commit Graph

4 Commits

Author SHA1 Message Date
Christophe Fergeau
f64bf1988b cmd/*: Add -version flag to executables
This sets the version to `git describe --always --dirty` using the
`-X github.com/containers/gvisor-tap-vsock/pkg/types.ModuleVersion`
linker flag.

This adds a -version flag to all binaries which currently have
command-line flags.

Correct versioning when installing from tarballs, and through
`go install` will be addressed in the next commits.

This fixes https://github.com/containers/gvisor-tap-vsock/issues/295

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2023-12-20 16:50:09 +01:00
Guillaume Rose
83d351e331 Remove code added when developing the initial version for crc 2021-09-16 09:59:03 +02:00
Brent Baude
58aeb8bf6a Change internals based on project name
Cleanup references to the host application which is now called gvproxy
as well as change project references from github/code-ready to
github.com/containers.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2021-05-20 09:56:30 -05:00
Guillaume Rose
288e6c0df3 Add ssh over vsock example and an API to connect to any tcp endpoint 2020-11-06 16:11:10 +01:00