Welcome
How do you use lego?
Docker image
Effective version of lego
4.32.0
Detailed Description
Following #621, lego already builds and publishes ARMv6 builds to Github releases for use in e.g. a Raspberry Pi Zero. However, the Docker images are only built for:
|
platforms: |
|
- linux/amd64 |
|
- linux/arm64 |
|
- linux/arm/v7 |
As such, one can't use the lego Docker image on a Raspberry Pi Zero. It should be easy enough to just add linux/arm/v6 to the goreleaser file, let me know if that is fine and I'll create an MR.
My use case is that a spare Pi Zero acts as a secondary fallback DNS server in case my primary/core one fails, and I'm using lego to request certificates for DoT/DoH support on both systems.
Welcome
How do you use lego?
Docker image
Effective version of lego
4.32.0
Detailed Description
Following #621, lego already builds and publishes ARMv6 builds to Github releases for use in e.g. a Raspberry Pi Zero. However, the Docker images are only built for:
lego/.goreleaser.yml
Lines 87 to 90 in 9be8cd4
As such, one can't use the lego Docker image on a Raspberry Pi Zero. It should be easy enough to just add
linux/arm/v6to the goreleaser file, let me know if that is fine and I'll create an MR.My use case is that a spare Pi Zero acts as a secondary fallback DNS server in case my primary/core one fails, and I'm using lego to request certificates for DoT/DoH support on both systems.