# This file is structured like a multi stage build
# cspell: ignore linuxcontainers

# The names ('as') need to correspond the the ImageEntry enum in utils/package_data.py
FROM ghcr.io/ansible/community-ansible-dev-tools:latest as DEFAULT_EE

# This is also hard coded in tests/fixtures/integration/execution_environment_image/ansible-navigator_set_ee_image.yml
FROM quay.io/fedora/python-313:latest as SMALL_IMAGE

FROM ghcr.io/linuxcontainers/alpine:latest as PULLABLE_IMAGE
