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
73 stars 70 forks source link

Amazon Linux for Docker limits the docker cross builds for ARM #72

Closed wdalmut closed 2 years ago

wdalmut commented 2 years ago

Hi,

i compiled the secure tunneling proxy a couple of times using Docker BuildX for ARMv7 (Raspberry PI) https://hub.docker.com/repository/docker/wdalmut/aws-iot-localproxy and we are using it via Docker on Raspberries.

The choice to switch the Dockerfile from ubuntu:18.04 to Amazon Linux limits the build using buildx because it is not available for ARMv7 do you think that base image will be available for that architecture at some point?

Do you think that is possible to switch back to Ubuntu instead?

HarshGandhi-AWS commented 2 years ago

Hello @wdalmut ,

Sorry for the delay in response. We are now looking into this issue. Will post updates over here once the issue is resolved.

Regards, Harsh Gandhi

shangabl commented 2 years ago

Hi wdalmut,

You could edit the Dockerfile to use ubuntu:18.04 (and change package manager, etc) and build again. We just do not use ubuntu as the default for our builds.

Shane