Skip to content
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 without requirements.yml #641

Open
NotAFile opened this issue Jan 12, 2024 · 1 comment
Open

Error when building an EE without requirements.yml #641

NotAFile opened this issue Jan 12, 2024 · 1 comment
Labels
bug Something isn't working verified This issue has been verified/reproduced by maintainer

Comments

@NotAFile
Copy link

The behaviour of #290 appears to have returned again:

execution-image.yml

---
version: 3

images:
  base_image:
    name: quay.io/centos/centos:stream9

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

requirements.yml

---
collections: []

Error:

Error: building at STEP "COPY _build/configs/ansible.cfg /etc/ansible/ansible.cfg": checking on sources under [...] copier: stat: "/_build/configs/ansible.cfg": no such file or directory
@github-actions github-actions bot added the needs_triage New item that needs to be triaged label Jan 12, 2024
@Akasurde Akasurde added bug Something isn't working verified This issue has been verified/reproduced by maintainer and removed needs_triage New item that needs to be triaged labels Jan 16, 2024
@Akasurde
Copy link
Member

@NotAFile Thanks for reporting this issue. I can reproduce this error when requirements.yml file is without any requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified This issue has been verified/reproduced by maintainer
Projects
None yet
Development

No branches or pull requests

2 participants