LXC selection of specific distro for a container

I am tying to find a way to select a specific distro for my container. For example, I would like to create Centos 7.6 container, but

  lxc launch images:centos/7/amd64

creates Centos 7.9 container. Is there a way to do that?

The images we build only use currently supported sources I’m afraid.

You could use distrobuilder to create a custom image and import that though.

Take a look at our CI scripts for example distrobuilder config files:

Thanks for speedy answer. I was hoping you still have some old fingerprint somewhere in the repository that I may use.