[PR #1408] [CLOSED] Add Dockerfile and GitHub workflow #2300

Closed
opened 2026-03-16 08:46:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1408
Author: @azrsh
Created: 3/10/2021
Status: Closed

Base: mainHead: main


📝 Commits (6)

📊 Changes

2 files changed (+41 additions, -0 deletions)

View changed files

.github/workflows/docker-image.yml (+31 -0)
Dockerfile (+10 -0)

📄 Description

This workflow uses GitHub Container Registry to publish Docker image.
Therefore you have to add personal access token CA_PAT to make this PR work. More information about personal access token, https://github.com/docker/login-action#github-container-registry.
If you want to use another registry like DockerHub, please tell me.


🔄 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/hickory-dns/hickory-dns/pull/1408 **Author:** [@azrsh](https://github.com/azrsh) **Created:** 3/10/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`f635e3f`](https://github.com/hickory-dns/hickory-dns/commit/f635e3f431dbafd78af221878c2d418d86ab8970) add Dockerfile - [`62d2f74`](https://github.com/hickory-dns/hickory-dns/commit/62d2f749036666daf99140d3ad526e08a6b825dd) add GitHub workflow - [`70b28e4`](https://github.com/hickory-dns/hickory-dns/commit/70b28e452c15c087db04720f24cfc8e49cd51ed1) fix workflow trigger - [`194d298`](https://github.com/hickory-dns/hickory-dns/commit/194d298cdf281b8aecb10ec748efa6749e15d64f) add prerequired package - [`db9878e`](https://github.com/hickory-dns/hickory-dns/commit/db9878eef63343f62390d799185653c69786720d) remove unused packages - [`fbad3bf`](https://github.com/hickory-dns/hickory-dns/commit/fbad3bfcf158312bfee811de7522726631b78db2) replace musl to glibc ### 📊 Changes **2 files changed** (+41 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker-image.yml` (+31 -0) ➕ `Dockerfile` (+10 -0) </details> ### 📄 Description This workflow uses GitHub Container Registry to publish Docker image. Therefore you have to add personal access token CA_PAT to make this PR work. More information about personal access token, https://github.com/docker/login-action#github-container-registry. If you want to use another registry like DockerHub, please tell me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:46:10 +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/hickory-dns#2300
No description provided.