So I have been attempting to try and create a EE in my ee-build directory that will utilize the same custom collection as the DO274 course review.system collection without using the classroom.pem. So far in my directory I have the following:
path ~/ee-build
requirements.yml
collections:
- name: review.system
execution-environment.yml
---
version: 1
build_arg_defaults
execution-environment
EE_BASE_IMAGE: hub.lab.example.com/ee-minimal-rhel8:latest
EE_BUILDER_IMAGE: hub.lab.example.com/ansible-builder-rhel8:latest
dependencies:
galaxy: requirements.yml
- for my ansible.cfg I have been using the one outside that ~/ee-build directory.
[galaxy]
server_list = published_repo
[galaxy_server.published_repo]
url=https://hub.lab.example.com/api/galaxy/content/published/
token=< token >
ignore_certs: true
After running ansible-builder build -t ee-review-rhel8:v1.0, I keep encountering a certificate issue. I’ve tried making it work without the certificate provided by course classroom.pem. Even when ignoring certificate checks, I still get the same error, even when I download the collection locally.
Note: I’m using Red Hat VMs with my subscription.
Any help will be much appreciated.
@Pete11 Could you please help me with the chapter and section details from which you are trying this ?
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.