[PR #494] [MERGED] Fixing amd64 static docker image and min glibc to 2.15 #536

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/494
Author: @mageddo
Created: 6/24/2024
Status: Merged
Merged: 6/25/2024
Merged by: @mageddo

Base: masterHead: feat/285


📝 Commits (10+)

  • 4e3f55e [Gradle Release Plugin] - new version commit: '3.21.2-snapshot'.
  • 3aecf5d Fixing amd64 static docker image
  • 19b3d4c setup image test
  • 70c9728 fixing tmp dir
  • b61bc6d fixing tmp dir
  • 91a3916 setup debian 10 slim again for amd64
  • c8fcc3c creating hidden command to create tmp dir
  • 4a7b5a8 creating tmp dir at static docker image
  • b67f797 release notes
  • af55956 update source list

📊 Changes

14 files changed (+125 additions, -7 deletions)

View changed files

📝 .github/workflows/actions-deploy.yml (+0 -1)
📝 Dockerfile.amd64-static (+1 -1)
📝 Dockerfile.builder.linux-aarch64 (+16 -1)
📝 Dockerfile.builder.linux-amd64 (+16 -1)
📝 RELEASE-NOTES.md (+4 -0)
📝 gradle.properties (+1 -1)
src/main/docker/builder/sources.list (+2 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/App.java (+21 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/vo/ConfigFlag.java (+7 -0)
src/main/java/com/mageddo/net/SocketUtils.java (+16 -0)
📝 src/test/java/com/mageddo/dnsproxyserver/AppCompTest.java (+16 -0)
src/test/java/com/mageddo/net/SocketUtilsTest.java (+19 -0)
📝 src/test/java/testing/ContextSupplier.java (+4 -0)
📝 src/test/resources/flags-test/001.json (+2 -1)

📄 Description

Relates to #285 and #435


🔄 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/494 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/285` --- ### 📝 Commits (10+) - [`4e3f55e`](https://github.com/mageddo/dns-proxy-server/commit/4e3f55eb47995dcdf5c806d877fbbd76ddffe199) [Gradle Release Plugin] - new version commit: '3.21.2-snapshot'. - [`3aecf5d`](https://github.com/mageddo/dns-proxy-server/commit/3aecf5dd9cb82c0529ef344d99ae8457cd883230) Fixing amd64 static docker image - [`19b3d4c`](https://github.com/mageddo/dns-proxy-server/commit/19b3d4c2156a93eb1dfeb40e82a0c64d2b063d54) setup image test - [`70c9728`](https://github.com/mageddo/dns-proxy-server/commit/70c9728f511ce328ced940b249923a6f834078a7) fixing tmp dir - [`b61bc6d`](https://github.com/mageddo/dns-proxy-server/commit/b61bc6d44aaf7f0348c8e7ec68ab1ba6715e27ac) fixing tmp dir - [`91a3916`](https://github.com/mageddo/dns-proxy-server/commit/91a39166d753ba070fb20dbe752a57b16bdf1092) setup debian 10 slim again for amd64 - [`c8fcc3c`](https://github.com/mageddo/dns-proxy-server/commit/c8fcc3cbbd72b2855b68096cf11bd3a864b6dc95) creating hidden command to create tmp dir - [`4a7b5a8`](https://github.com/mageddo/dns-proxy-server/commit/4a7b5a85980355f7efa324cc0e4301e0446f225f) creating tmp dir at static docker image - [`b67f797`](https://github.com/mageddo/dns-proxy-server/commit/b67f797a684d468f3b4edbb48ed8dd8d6e5a7dee) release notes - [`af55956`](https://github.com/mageddo/dns-proxy-server/commit/af559564a21a0586e9bfdd61950452b672e9ea1c) update source list ### 📊 Changes **14 files changed** (+125 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/actions-deploy.yml` (+0 -1) 📝 `Dockerfile.amd64-static` (+1 -1) 📝 `Dockerfile.builder.linux-aarch64` (+16 -1) 📝 `Dockerfile.builder.linux-amd64` (+16 -1) 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `gradle.properties` (+1 -1) ➕ `src/main/docker/builder/sources.list` (+2 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/App.java` (+21 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/vo/ConfigFlag.java` (+7 -0) ➕ `src/main/java/com/mageddo/net/SocketUtils.java` (+16 -0) 📝 `src/test/java/com/mageddo/dnsproxyserver/AppCompTest.java` (+16 -0) ➕ `src/test/java/com/mageddo/net/SocketUtilsTest.java` (+19 -0) 📝 `src/test/java/testing/ContextSupplier.java` (+4 -0) 📝 `src/test/resources/flags-test/001.json` (+2 -1) </details> ### 📄 Description Relates to #285 and #435 --- <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#536
No description provided.