【发布时间】:2023-02-14 19:41:32
【问题描述】:
使用 Ansible-builder 构建图像并需要将 python36 和 python3-ldap 安装到图像中,但我不确定在哪里将 python36 和 python3-ldap 添加到 requirements.txt 或 bindep.txt
有 Ansible-builder 经验的人可以提供指导吗? 下面是我的 execution-enviroment.yml 文件
version: 1
build_arg_defaults:
EE_BASE_IMAGE: 'privatehub/ee-minimal-rhel'
EE_BUILDER_IMAGE: 'privatehub/ansible-builder-rhel'
dependencies:
galaxy: requirements.yml
python: requirements.txt
system: bindep.txt
【问题讨论】:
标签: automation ansible