Hi,
I am not sure I understand what you mean. You can try with curl for example (Find the link is in the `32.20201104.3.0 - Images` section):
curl -L -O https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/32.20201104.3.0/x86_64/fedora-coreos-32.20201104.3.0-live.x86_64.iso


On Fri, Oct 29, 2021 at 4:43 PM bataliero bataliero <bataliero.pl@gmail.com> wrote:
Hi,
I need to download older version of fedora-coreos than the latest.

I have noticed that all version are available here: https://builds.coreos.fedoraproject.org/browser

Usually I was using recent version `--stream stable` so I have tried by specifying `fedora-coreos-` with release tag
```
coreos-installer download \
                                              --stream fedora-coreos-32.20201104.3.0 \
                                              --architecture x86_64 \
                                              --platform metal \
                                              --format iso \
                                              --directory .
```
but this gave me:
```
Caused by:
    0: fetching 'https://builds.coreos.fedoraproject.org/streams/fedora-coreos-32.20201104.3.0.json'
    1: HTTP status client error (403 Forbidden) for url (https://builds.coreos.fedoraproject.org/streams/fedora-coreos-32.20201104.3.0.json)
```
How to pick specific version in `coreos-installer`?

BTW
We rely on a specific video driver which works only in fcos-32 unfortunately.

Thanks
_______________________________________________
CoreOS mailing list -- coreos@lists.fedoraproject.org
To unsubscribe send an email to coreos-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/coreos@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure


--
Best Regards
hhei