bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.78k stars 519 forks source link

Add socat package #4054

Closed koooosh closed 5 months ago

koooosh commented 5 months ago

Issue number: #4055

Closes #4055

Description of changes:

This change adds the socat package to the aws-dev variant to be used by our downstream customers. Specifically, it includes the following:

Testing done:

aws-dev variant successfully builds and launches. socat binary exists and runs successfully. We tested socat by using it to connect a TCP port to a UNIX socket and verifying we can use the port to get responses.

Further testing for the downstream use case also looks good.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.