[PR #493] [MERGED] #285 AMD64 Static Binary and Docker Image #535

Closed
opened 2026-02-26 04:35:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/493
Author: @mageddo
Created: 6/23/2024
Status: Merged
Merged: 6/24/2024
Merged by: @mageddo

Base: masterHead: feat/285


📝 Commits (10+)

  • 6c71b53 setup static binary for linux amd64
  • a02d7df generating release on pullrequest
  • 850f460 [Gradle Release Plugin] - new version commit: '3.20.1-snapshot'.
  • 02f58de release notes
  • 749ca44 [Gradle Release Plugin] - new version commit: '3.21.0-snapshot'.
  • e07ad8f setup docker image
  • 3b1817d fixing path
  • 3a3075a adjusting amd64 static building
  • 4f3d2e1 adjusting amd64 static building
  • f548596 adjusting amd64 static building

📊 Changes

11 files changed (+131 additions, -5 deletions)

View changed files

📝 .github/workflows/actions-deploy.yml (+39 -0)
📝 Dockerfile (+1 -1)
📝 Dockerfile.aarch64 (+1 -1)
Dockerfile.amd64-static (+8 -0)
Dockerfile.builder.linux-amd64-static (+43 -0)
📝 RELEASE-NOTES.md (+4 -0)
📝 build.gradle (+1 -0)
📝 builder.bash (+20 -1)
📝 docker-compose.yml (+12 -0)
📝 gradle.properties (+1 -1)
📝 src/test/java/com/mageddo/dnsproxyserver/AppCompTest.java (+1 -1)

📄 Description

Relates to #285


🔄 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/mageddo/dns-proxy-server/pull/493 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/285` --- ### 📝 Commits (10+) - [`6c71b53`](https://github.com/mageddo/dns-proxy-server/commit/6c71b537d9b8ddbe877c13de5b7c91dd8a1aea8e) setup static binary for linux amd64 - [`a02d7df`](https://github.com/mageddo/dns-proxy-server/commit/a02d7df0f2a91e975a12283f586efb354ae0bc8c) generating release on pullrequest - [`850f460`](https://github.com/mageddo/dns-proxy-server/commit/850f460fa83f55df7bd33b0a28ed5a6a0393826d) [Gradle Release Plugin] - new version commit: '3.20.1-snapshot'. - [`02f58de`](https://github.com/mageddo/dns-proxy-server/commit/02f58dee5e7e3d870d8dbd15fada72c280df84e9) release notes - [`749ca44`](https://github.com/mageddo/dns-proxy-server/commit/749ca44f0bdbbd9a97e3a257753d1ffd8cd33f94) [Gradle Release Plugin] - new version commit: '3.21.0-snapshot'. - [`e07ad8f`](https://github.com/mageddo/dns-proxy-server/commit/e07ad8f21a9a5592f2a635d27392c347b3d88ab0) setup docker image - [`3b1817d`](https://github.com/mageddo/dns-proxy-server/commit/3b1817d859f02eb4df2cdf3cbe34df37bf401f6b) fixing path - [`3a3075a`](https://github.com/mageddo/dns-proxy-server/commit/3a3075a93ae5a1a0fb3d33ee5a49d613da211f4f) adjusting amd64 static building - [`4f3d2e1`](https://github.com/mageddo/dns-proxy-server/commit/4f3d2e18d8aa38086970dbf6b44064332f89a91e) adjusting amd64 static building - [`f548596`](https://github.com/mageddo/dns-proxy-server/commit/f548596683d539ddeb2e99426f05e5f1d2909fb0) adjusting amd64 static building ### 📊 Changes **11 files changed** (+131 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/actions-deploy.yml` (+39 -0) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.aarch64` (+1 -1) ➕ `Dockerfile.amd64-static` (+8 -0) ➕ `Dockerfile.builder.linux-amd64-static` (+43 -0) 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `build.gradle` (+1 -0) 📝 `builder.bash` (+20 -1) 📝 `docker-compose.yml` (+12 -0) 📝 `gradle.properties` (+1 -1) 📝 `src/test/java/com/mageddo/dnsproxyserver/AppCompTest.java` (+1 -1) </details> ### 📄 Description Relates to #285 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:34 +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/dns-proxy-server-mageddo#535
No description provided.