# This file is structured like a multi stage build

# The names ('as') need to correspond the the ImageEntry enum in utils/package_data.py
FROM registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8:latest as DEFAULT_EE

# This is also hard coded in tests/fixtures/integration/execution_environment_image/ansible-navigator_set_ee_image.yml
FROM registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8:latest as SMALL_IMAGE

FROM registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8:latest as PULLABLE_IMAGE
