DanielDent / docker-nginx-ssl-proxy

SSL Front-End Proxy With Automatic Free Certificate Management
https://hub.docker.com/r/danieldent/nginx-ssl-proxy/
Other
204 stars 68 forks source link

Updating image to work with arm/graviton #34

Open wezell opened 2 years ago

wezell commented 2 years ago

It is missing the SHA verification per arch binary.

Setup

To enable "multiarch" building, you need to use docker buildx and have defined a new builder (you might need to enable "experimental" features in order to enable docker buildx). If you have buildx installed, you can see what buildx builders you have available by doing a ls:

docker buildx ls

To create and use a new multiarch builder run:

docker buildx create --name multiarch
docker buildx use multiarch