ansible / ansible-builder

An Ansible execution environment builder
Other
292 stars 97 forks source link

Deprecate and warn about all the things #565

Closed Shrews closed 11 months ago

Shrews commented 1 year ago

Things we need to deprecate and issue warnings for in 3.0:

Akasurde commented 1 year ago
AlanCoding commented 1 year ago

using the default base image in a v3 schema

https://github.com/ansible/ansible-builder/blob/eb7d8f12147d6bccbf6d7ec1c58486bc5608752b/src/ansible_builder/constants.py#L20

Yes, this is painful because any given newcomer tries builder and then gets images derived from this outdated image which has many many problems. Found in https://groups.google.com/g/awx-project/c/cT_m0JkwmXg

muellerju-thn commented 1 year ago

Hi. We are also having issues when creating an Ansible execution environment.
When we try to use the ee-29-rhel8 image or this 'supported EE' image as a base image, multiple errors occur when building the EE with ansible-builder (fixing/working around one after the other has taken hours, the current error is particularly strange).
Are these execution environments intended to be used as base images? If not, where can we get working base images? The official documentation doesn't seem to be very helpful in this regard.

Update: I managed to create a new EE from the newest version of ee-supported-rhel8 (registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8:1.0.0-389) with updated collection requirements.

Akasurde commented 11 months ago

All action items are complete. Marking this as complete.