You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
With ZeroDNS + CoreDNS. (The current jmuchovej/zerodns achieves this.)
With ZeroDNS + CoreDNS + ZeroTier One client.
Ideally, this can rely on build stages. Unclear if build stages support multiple exports, though.
At worst, this becomes another job in the Docker Builds workflow which uses the latest version of jmuchovej/zerodns but adds ZeroTier. (i.e. this splits the current Dockerfile into base.Dockerfile and with-zerotier.Dockerfile.)
Modify
Dockerfileto "export" two images:jmuchovej/zerodnsachieves this.)Ideally, this can rely on build stages. Unclear if build stages support multiple exports, though.
At worst, this becomes another job in the Docker Builds workflow which uses the latest version of
jmuchovej/zerodnsbut adds ZeroTier. (i.e. this splits the currentDockerfileintobase.Dockerfileandwith-zerotier.Dockerfile.)