Skip to content

Docker Images Release

Compare
Choose a tag to compare
@RogerZhongAWS RogerZhongAWS released this 06 Mar 17:10
· 18 commits to main since this release
c9a3375

Docker Images are now live and available at https://gallery.ecr.aws/aws-iot-securetunneling-localproxy

For every linux-based OS, we provide two types of images:

  1. Base images have all the dependencies (boost, protobuf, etc) preinstalled. To build the binary, simply clone the repo into a directory and follow the instructions in the README. When spinning up the container, it is recommended to bind mount your host machine's directory to the container so any build artifacts will be accessible from your host machine.

  2. The bin images have been stripped of all dependencies and instead have a pre-compiled binary available at /root/bin. It is recommended to use these for quick trials and testing.

Keep in mind that these images are a tool and are not meant to replace your production environment. Direct SSH into the container is not supported at this time because the SSH daemon has either not been enabled or installed in these images.

The README has been updated with more details.