mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #494] [MERGED] Fixing amd64 static docker image and min glibc to 2.15 #536
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#536
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/285📝 Commits (10+)
4e3f55e[Gradle Release Plugin] - new version commit: '3.21.2-snapshot'.3aecf5dFixing amd64 static docker image19b3d4csetup image test70c9728fixing tmp dirb61bc6dfixing tmp dir91a3916setup debian 10 slim again for amd64c8fcc3ccreating hidden command to create tmp dir4a7b5a8creating tmp dir at static docker imageb67f797release notesaf55956update 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.