ee-build-workflow

Automate Red Hat execution environment builds and tests with Makefile targets and Podman.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/tosin2013/ansible-aap-skills-cli --skill ee-build-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ee-build-workflow
Source: https://github.com/tosin2013/ansible-aap-skills-cli/tree/main/skills/ee-build-workflow
Command: npx skills add https://github.com/tosin2013/ansible-aap-skills-cli --skill ee-build-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of building, testing, and deploying execution environment images using a standardized Makefile approach with Podman.

Core Features & Use Cases

  • Builds container images with Makefile targets ensuring the correct container engine is used.
  • Runs tests against the built image to validate functionality.
  • Tags and pushes images to registries following best practices.
  • Use Case: Automate the CI/CD pipeline for building custom Red Hat execution environments, avoiding manual build errors and ensuring environment consistency.

Quick Start

Use the make build command with the specified environment variables to build your custom execution environment image.

Frequently Asked Questions about ee-build-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building Red Hat execution environments with Podman?

Automating Red Hat execution environment builds with Podman involves using Makefile targets to orchestrate container image creation, ensuring consistent builds and avoiding manual errors.

What is the best way to standardize a container build workflow for CI/CD?

The best way to standardize a container build workflow for CI/CD is enforcing Makefile-based orchestration with minimal manual code invocation, ensuring the correct container engine is used consistently.

Do I need a Makefile to run tests against my container image?

Yes, a Makefile is required to run tests against your container image because the workflow demands Makefile-based orchestration to execute the build and testing process reliably.

How does the Makefile handle tagging and pushing images to registries?

The Makefile handles tagging and pushing images to registries by applying specific targets that follow best practices, automating the deployment of the built execution environment images.

Can I use this Makefile approach to build execution environments with Docker?

The Makefile approach is specifically designed to enforce Podman-based build workflows for Red Hat execution environments, ensuring the correct container engine is used rather than Docker.