kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Add support for arm64/armhf builds #20

Closed rfgamaral closed 4 years ago

rfgamaral commented 4 years ago

This change adds support for multi-arch images (arm64/armhf) which includes devices like a Raspberry Pi. I've also changed the base build image to ldez/traefik-certs-dumper instead of docker which simplifies the image and makes it smaller.