Automic VaultAutomic Vault

brew

coredns を Homebrew, apk, Nix, zypper, scoop でインストール

coredns のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install coredns

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add coredns

Alpine Linux edge package indexes · coredns · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#coredns

nixpkgs package indexes · pkgs/by-name/co/coredns/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install coredns

openSUSE Tumbleweed package metadata · coredns · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/coredns

Scoop official bucket manifest trees · bucket/coredns.json · ソース: api.github.com

概要

パッケージ概要

DNS server that chains plugins

コマンドとエイリアス

  • coredns

履歴

プロジェクトの歴史と使われ方

CoreDNS is a Go DNS server built around a plugin chain. It became significant not only as a flexible DNS daemon, but as cloud-native infrastructure: a CNCF graduated project and the default DNS service for Kubernetes clusters.

プロジェクトの歴史

The coredns/coredns repository was created in 2016. The official README describes CoreDNS as a DNS server and forwarder, written in Go, where each plugin performs a DNS function and the server chains those plugins.

CoreDNS joined the Cloud Native Computing Foundation ecosystem and graduated in January 2019. CNCF described it as a fast-growing DNS server and the official default DNS for Kubernetes.

採用の歴史

CoreDNS adoption accelerated through Kubernetes service discovery. The project's Kubernetes plugin and its selection as Kubernetes's default DNS made the coredns binary part of ordinary cluster bootstrapping, not just a standalone DNS-server choice.

Outside Kubernetes, CoreDNS is used as a configurable DNS forwarder, authoritative or secondary server, DNS-over-TLS/HTTPS/QUIC endpoint, service-discovery component, and plugin platform.

使われ方

CoreDNS is configured with a Corefile, where server blocks and plugin directives define zones, forwarding, caching, Kubernetes integration, logging, metrics, and other DNS behaviors. The plugin model lets distributions choose a compiled-in plugin set and lets operators reason about behavior from the Corefile.

パッケージ好きにとっての重要性

CoreDNS matters to package history because it is a small single binary that became cluster-critical infrastructure. Packaging has to track Go versions, plugin availability, Corefile examples, service unit integration, and Kubernetes defaults rather than only the upstream executable.

タイムライン

  • 2016: coredns/coredns repository created.
  • 2017: CoreDNS documented Kubernetes service discovery support on the official project site.
  • 2019-01-24: CNCF announced CoreDNS graduation.
  • 2026: v1.14.x releases show continued active upstream maintenance.

Related projects

  • CoreDNS is related to Kubernetes DNS service discovery, SkyDNS-era service-discovery patterns, DNS plugins, and cloud-native observability systems such as Prometheus.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:server

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
Corefile

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
corednscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.14.6
マネージャ更新日2026-07-10
ローカルデータOK
上流最新
検出された最新v1.14.6

https://github.com/coredns/coredns

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:coredns
バージョン1.14.6
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/coredns
ホームページhttps://coredns.io/
リポジトリhttps://github.com/coredns/coredns
上流ドキュメントhttps://coredns.io/manual/toc
ライセンスApache-2.0
ソースアーカイブhttps://github.com/coredns/coredns/archive/refs/tags/v1.14.6.tar.gz
最終更新2026-07-10T07:03:58Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecoredns
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

coredns

nix profile install nixpkgs#coredns
  • normalized package name match
  • 一致条件: Coredns
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/co/coredns/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

coredns 1.13.2-r5

fast and flexible DNS server

https://github.com/coredns/coredns

sudo apk add coredns
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: coredns
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Coredns
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: coredns from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

coredns-openrc 1.13.2-r5

fast and flexible DNS server (OpenRC init scripts)

https://github.com/coredns/coredns

sudo apk add coredns-openrc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: coredns
  • normalized package name match
  • 一致条件: Coredns
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: coredns-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

coredns 1.14.3-1.1

DNS server written in Go

https://coredns.io

sudo zypper install coredns
  • License: Apache-2.0
  • Category: Productivity/Networking/DNS/Servers
  • Architecture: x86_64
  • Source Package: coredns
  • 1 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Coredns
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: coredns from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

coredns-extras 1.14.3-1.1

Extra components for the coredns package

https://coredns.io

sudo zypper install coredns-extras
  • License: Apache-2.0
  • Category: Productivity/Networking/DNS/Servers
  • Architecture: noarch
  • Source Package: coredns
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Coredns
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: coredns-extras from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/coredns

scoop install main/coredns
  • normalized package name match
  • 一致条件: Coredns
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/coredns.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment