[PR #55] [MERGED] feat(docker): add Docker containerization with CI/CD #73

Closed
opened 2026-02-27 07:17:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jwadow/kiro-gateway/pull/55
Author: @PAzter1101
Created: 1/24/2026
Status: Merged
Merged: 1/30/2026
Merged by: @jwadow

Base: mainHead: feature/docker-containerization


📝 Commits (1)

  • 955c209 feat(docker): add Docker containerization with CI/CD

📊 Changes

7 files changed (+1265 additions, -42 deletions)

View changed files

.dockerignore (+63 -0)
.github/workflows/docker.yml (+142 -0)
AGENTS.md (+763 -0)
Dockerfile (+39 -0)
📝 README.md (+131 -0)
docker-compose.yml (+79 -0)
📝 main.py (+48 -42)

📄 Description

  • Add Dockerfile with optimized single-stage build
  • Add docker-compose.yml with support for all 4 auth methods
  • Add .dockerignore to reduce build context
  • Add GitHub Actions workflow for automated testing and publishing
  • Fix main.py validation to support environment variables (Docker)
  • Add Docker deployment section to README.md
  • Create AGENTS.md guide for AI agents working in the codebase

Docker features:

  • Non-root user (kiro) for security
  • Health check on /health endpoint
  • Volume mounts for credentials and debug logs
  • Auto-restart and resource limits support
  • CI/CD with automated testing and GHCR publishing

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jwadow/kiro-gateway/pull/55 **Author:** [@PAzter1101](https://github.com/PAzter1101) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@jwadow](https://github.com/jwadow) **Base:** `main` ← **Head:** `feature/docker-containerization` --- ### 📝 Commits (1) - [`955c209`](https://github.com/jwadow/kiro-gateway/commit/955c209f390c22f75df41b8a1baca4eda3ed566b) feat(docker): add Docker containerization with CI/CD ### 📊 Changes **7 files changed** (+1265 additions, -42 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+63 -0) ➕ `.github/workflows/docker.yml` (+142 -0) ➕ `AGENTS.md` (+763 -0) ➕ `Dockerfile` (+39 -0) 📝 `README.md` (+131 -0) ➕ `docker-compose.yml` (+79 -0) 📝 `main.py` (+48 -42) </details> ### 📄 Description - Add Dockerfile with optimized single-stage build - Add docker-compose.yml with support for all 4 auth methods - Add .dockerignore to reduce build context - Add GitHub Actions workflow for automated testing and publishing - Fix main.py validation to support environment variables (Docker) - Add Docker deployment section to README.md - Create AGENTS.md guide for AI agents working in the codebase Docker features: - Non-root user (kiro) for security - Health check on /health endpoint - Volume mounts for credentials and debug logs - Auto-restart and resource limits support - CI/CD with automated testing and GHCR publishing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:17:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/kiro-gateway-jwadow#73
No description provided.