aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
74 stars 71 forks source link

Update Dockerfile to use version 2 of amazonlinux #139

Closed javatask closed 3 weeks ago

javatask commented 1 year ago

tag "latest" is now pointing to Amazon Linux 2023, which breaks the build

Motivation

Fix docker build script

Modifications

Change summary

I changed docker tag from latest to exact version "2"

Testing

Is your change tested? If not, please justify the reason.
Yes Please list your testing steps and test results. I ran successfully docker-buid.sh

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

RogerZhongAWS commented 3 weeks ago

merging this, but the top-level Dockerfile is deprecated and replaced with the ones in the .github directory, which also get uploaded to ECR.