docker run -it -v /path/to/shared/directory/:/shared almalinux:8.4 / almalinux:8.5
execute /usr/libexec/platform-python /shared/build/prepare_scripts_almalinux_8_x86_64/download-requirements.py /shared/build/offline_requirements_almalinux_8_x86_64 almalinux-8 in the container
Expected behavior
The script should execute without any issues.
Describe the bug The script fails when executed in the almalinux 8.4/8.5 container (e.g. for offline mode).
This bug was introduced in the following PR #3154.
How to reproduce Steps to reproduce the behavior:
epicli prepare --os almalinux-8 --arch x86_64
/usr/libexec/platform-python /shared/build/prepare_scripts_almalinux_8_x86_64/download-requirements.py /shared/build/offline_requirements_almalinux_8_x86_64 almalinux-8
in the containerExpected behavior The script should execute without any issues.
Config files
Environment
epicli version: [2.0.1dev]
Additional context
DoD checklist