kchristensen / udm-le

Let's Encrypt support for Ubiquiti UniFi OS
MIT License
565 stars 79 forks source link

[BUG] Error: unable to pull :: error getting default registries to try: invalid reference format #58

Closed schinken closed 2 years ago

schinken commented 2 years ago

Describe the bug There seems to be an issue with the registries of podman to pull the LEGO-Container. But actually I have no clue how to fix this

To Reproduce Steps to reproduce the behavior:

  1. ssh into unifi system
  2. run /mnt/data/udm-le/udm-le.sh renew

Expected behavior Certificate should be renewed

What happens /mnt/data/udm-le/udm-le.sh renew Attempting certificate renewal podman run --env-file=/mnt/data/udm-le/udm-le.env -it --name=lego --network=host --rm -v /mnt/data/udm-le/lego/:/.lego/ : --dns inwx --email services@xxxxxxx.org --key-type rsa2048 --dns.resolvers 8.8.8.8 -d unifi.xxxxxxxxxx.org Error: unable to pull :: error getting default registries to try: invalid reference format

Version Information (please complete the following information):

schinken commented 2 years ago

Nevermind. env-file seems to be changed

CONTAINER_IMAGE='docker.io/goacme/lego'
CONTAINER_IMAGE_TAG='v4.4.0-arm.v8'

was missing. Sorry for that issue