mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 15:54:21 +01:00
* letsencrypt: Prettier YAML files * letsencrypt: Sort build.json * letsencrypt: Update add-on URL * letsencrypt: Styling improvements to Dockerfile * letsencrypt: Tweak and linter fixes to documentation
13 lines
390 B
JSON
Executable File
13 lines
390 B
JSON
Executable File
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.10",
|
|
"amd64": "homeassistant/amd64-base-python:3.7-alpine3.10",
|
|
"armhf": "homeassistant/armhf-base-python:3.7-alpine3.10",
|
|
"armv7": "homeassistant/armv7-base-python:3.7-alpine3.10",
|
|
"i386": "homeassistant/i386-base-python:3.7-alpine3.10"
|
|
},
|
|
"args": {
|
|
"CERTBOT_VERSION": "1.0.0"
|
|
}
|
|
}
|