wf-docker-update-runtime-and-ingress-method

Align Docker runtimes, compose stacks, and ingress configurations with API routes.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/belluga/delphi-ai --skill wf-docker-update-runtime-and-ingress-method
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-docker-update-runtime-and-ingress-method
Source: https://github.com/belluga/delphi-ai/tree/main/.cline/skills/wf-docker-update-runtime-and-ingress-method
Command: npx skills add https://github.com/belluga/delphi-ai --skill wf-docker-update-runtime-and-ingress-method

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Docker images, Compose stacks, and ingress configurations in sync with the documented API routes while controlling runtime cost and build performance.

Core Features & Use Cases

  • Parity maintenance: Align Dockerfiles, base images, and docker-compose services to reflect canonical routes and prefixes.
  • Ingress parity: Mirror Laravel routing groups into Nginx/Ingress configurations so external paths remain stable across deployments.
  • Verification & governance: Build, test, and record changes with a roadmap entry to capture cost impact and follow-up actions.

Quick Start

Use this workflow to align runtime, ingress, and routing parity across a new deployment.

Frequently Asked Questions about wf-docker-update-runtime-and-ingress-method

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

FAQPage Schema
How do I keep Docker compose and ingress configurations in sync with Laravel API routes?

To keep Docker compose and ingress configurations in sync with Laravel API routes, you need to align Dockerfiles, compose stacks, and Nginx layers with documented routing prefixes. This ensures external paths remain stable across deployments.

What is Docker runtime and ingress parity for containerized Laravel deployments?

Docker runtime and ingress parity for containerized Laravel deployments means mirroring your Laravel routing groups into Nginx or ingress configurations. This alignment ensures external paths remain stable and runtime images reflect canonical routes.

How to update Dockerfiles when Laravel API route prefixes change?

To update Dockerfiles when Laravel API route prefixes change, apply a workflow that adjusts base images and docker-compose services to reflect the canonical routes. You then verify builds and record the change in the system roadmap.

Does this workflow verify Docker builds and track cost impact for runtime updates?

Yes, this workflow verifies Docker builds and tracks cost impact for runtime updates. It builds and tests the adjusted compose services, then records changes with a roadmap entry to capture cost impact and follow-up actions.

Can I use this approach to align Nginx ingress with Laravel routing groups?

Yes, you can use this approach to align Nginx ingress with Laravel routing groups. The workflow mirrors Laravel routing groups into Nginx and ingress configurations to maintain external path stability across containerized deployments.

When should I not use a route-driven approach for Docker compose updates?

You should not use a route-driven approach for Docker compose updates if your API routes are undocumented or highly volatile. This workflow relies on aligning runtime and ingress configurations with documented canonical routes to ensure deployment parity.