mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2876] [MERGED] Use GitHub Actions cache backend for Docker #3392
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3392
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/hickory-dns/hickory-dns/pull/2876
Author: @divergentdave
Created: 3/19/2025
Status: ✅ Merged
Merged: 3/21/2025
Merged by: @djc
Base:
main← Head:david/docker-gha-cache📝 Commits (4)
e582d4dUse docker-container driver72a814dDo more context directory setup only oncec507deaUse GitHub Actions cache backendf864f3bRequire DNSSEC feature to be explicitly specified📊 Changes
5 files changed (+91 additions, -51 deletions)
View changed files
📝
.github/workflows/conformance.yml(+16 -0)📝
conformance/README.md(+6 -1)📝
conformance/packages/dns-test/src/container.rs(+59 -37)📝
conformance/packages/dns-test/src/implementation.rs(+3 -4)📝
conformance/packages/dns-test/src/lib.rs(+7 -9)📄 Description
This enables use of the GitHub Actions cache to cache Docker image layers for the conformance test. When the new environment variable
DNS_TEST_DOCKER_CACHE_GHAis set, extra command line flags will be passed todocker build. This cache backend also requires using thedocker-containerbuild driver, so that is set up using thedocker/setup-buildx-actionworkflow. I also made it required to explicitly choose a Hickory DNS DNSSEC feature when running conformance tests, to eliminate some untested edge cases and inconsistent behavior when no feature is selected.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.