[PR #5] [MERGED] ci: Add Alpine-based image build support to GitHub Actions workflows #13

Closed
opened 2026-02-27 19:08:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CaddyBuilds/caddy-cloudflare/pull/5
Author: @vkartk
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @vkartk

Base: mainHead: add-alpine-support


📝 Commits (1)

  • 175b699 ci: Add Alpine-based image build support to GitHub Actions workflows

📊 Changes

3 files changed (+60 additions, -4 deletions)

View changed files

📝 .github/workflows/build-docker-image.yml (+17 -1)
Dockerfile-alpine (+12 -0)
📝 README.md (+31 -3)

📄 Description

This pull request adds support for building and pushing Alpine-based Docker images to ensure a smaller image size.

Changes:

  1. Updated the build-docker-image.yml workflow to support building and pushing Alpine-based Docker images.
  2. Added support for caddy:<version>-alpine and caddy:alpine tags.

Benefits:

  • The Docker image will be smaller in size due to the use of Alpine Linux.
  • Users will have more flexibility in choosing a lightweight image for their use case.

🔄 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/CaddyBuilds/caddy-cloudflare/pull/5 **Author:** [@vkartk](https://github.com/vkartk) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@vkartk](https://github.com/vkartk) **Base:** `main` ← **Head:** `add-alpine-support` --- ### 📝 Commits (1) - [`175b699`](https://github.com/CaddyBuilds/caddy-cloudflare/commit/175b6993c461c43a1881f071d86e3e583805a526) ci: Add Alpine-based image build support to GitHub Actions workflows ### 📊 Changes **3 files changed** (+60 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-docker-image.yml` (+17 -1) ➕ `Dockerfile-alpine` (+12 -0) 📝 `README.md` (+31 -3) </details> ### 📄 Description This pull request adds support for building and pushing Alpine-based Docker images to ensure a smaller image size. ### Changes: 1. Updated the `build-docker-image.yml` workflow to support building and pushing Alpine-based Docker images. 2. Added support for `caddy:<version>-alpine` and `caddy:alpine` tags. ### Benefits: - The Docker image will be smaller in size due to the use of Alpine Linux. - Users will have more flexibility in choosing a lightweight image for their use case. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:08:52 +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/caddy-cloudflare#13
No description provided.