-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when building an EE with no / empty requirements.yml #290
Comments
requirements.yml:
|
It fails in a different way with a proper error message with an empty requirements.yml
|
samdoran
added
needs_triage
New item that needs to be triaged
and removed
needs_triage
New item that needs to be triaged
labels
Nov 1, 2021
With Ansible Builder v3, I am not able to reproduce this error. ---
collections: [] ---
version: 3
images:
base_image:
name: registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8:latest
dependencies:
ansible_core:
package_pip: ansible-core==2.15.0
ansible_runner:
package_pip: ansible-runner==2.3.2
galaxy: requirements.yml
additional_build_files:
- src: files/ansible.cfg
dest: configs
additional_build_steps:
prepend_final:
- COPY _build/configs/ansible.cfg /etc/ansible/ansible.cfg
options:
package_manager_path: /usr/bin/microdnf Closing this now. Please feel free to open a new issue if the problem persists. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@benthomasson ran into this error when using ansible-builder with an empty
requirements.yml
:The text was updated successfully, but these errors were encountered: