No debian buster 10 image available

Hello,

i wanted to create a new LXC Container with debian buster. I received this error:

...:~$ sudo lxc-create -t download -n test
Setting up the GPG keyring
Downloading the image index
ERROR: Invalid signature for /var/lib/lxc/test/tmp.lmC9D5jAvX/index.asc
lxc-create: test: lxccontainer.c: create_run_template: 1617 Failed to create container from template
lxc-create: test: tools/lxc_create.c: main: 327 Failed to create container test

I tried it without validation and got this:

ERROR: Failed to download http://images.linuxcontainers.org//images/debian/buster/amd64/default/20201020_05:24//rootfs.tar.xz
lxc-create: test: lxccontainer.c: create_run_template: 1617 Failed to create container from template
lxc-create: test: tools/lxc_create.c: main: 327 Failed to create container test

I’ve tried to find out what causes this and saw that that image it is trying to download is empty:

https://uk.images.linuxcontainers.org/images/debian/buster/amd64/default/20201020_05:24/

On the US server it is still there.
https://us.images.linuxcontainers.org/images/debian/buster/amd64/default/20201020_05:24/

How can I make lxc use the us server for downloading the image?

Thanks for your help <3

Nevermind. I got it

sudo lxc-create -t download -n test -- --server "us.images.linuxcontainers.org"

The UK mirror ran into some issues, the hosting provider says they’ve unstuck things now and it should get back into sync over the next hour.