# 使用 Homebrew, dnf 安装 container-canary

查看 container-canary 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:container-canary
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install container-canary
```

  证据: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install dummy-package-canary
```

  证据: Fedora Rawhide package metadata: dummy-package-canary from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

## 软件包事实

- **软件包键:** brew:container-canary
- **软件包管理器:** Homebrew
- **版本:** 0.5.0
- **来源摘要:** Test and validate container requirements against versioned manifests
- **主页:** <https://github.com/NVIDIA/container-canary>
- **仓库:** <https://github.com/NVIDIA/container-canary>
- **最后更新:** 2026-07-27T22:04:03+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- canary (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.5.0
## 项目历史与用法

Container Canary is an NVIDIA container validation CLI for checking image requirements against versioned manifests. Its history is tied to CI-oriented validation of bring-your-own-container platforms rather than to a broad runtime or orchestration layer.

### 项目历史

The project presents itself as a tool for recording platform requirements as a manifest and validating container images against that manifest. Official releases began with v0.1.0 in March 2022, with later 0.x releases continuing through 2025.

### 采用历史

Official documentation illustrates the tool with a Kubeflow Notebooks-style requirements manifest, but it does not publish a broad adopter list. The safest reading is that Container Canary serves teams that need repeatable image conformance checks for managed compute or notebook platforms.

### 使用方式

Users run the `canary` command against a YAML validator file and a target container image. The checks borrow concepts from Kubernetes probes, including exec, HTTP, and TCP socket tests, so it fits naturally into CI pipelines already using container and Kubernetes vocabulary.

### 为什么软件包爱好者会关心

For package managers, Container Canary is a small Go CLI whose value is in making container-image policy testable and versioned. It is useful when a package ecosystem needs to validate that images contain expected users, ports, services, or files before publishing or deploying them.

### 时间线

- 2022: v0.1.0 release published.
- 2024: v0.3.0 and v0.4.0 releases published.
- 2025: v0.5.0 release published.

### Related projects

- The README connects Container Canary concepts to Kubernetes probes and uses Kubeflow Notebooks requirements as its main worked example.

### 来源

- <https://github.com/NVIDIA/container-canary#readme>
- <https://github.com/NVIDIA/container-canary/releases/tag/v0.1.0>
- <https://github.com/NVIDIA/container-canary/releases/tag/v0.5.0>


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal

## 其他软件包管理器记录

- dnf - dummy-package-canary - 2-28.fc45: installed executable or alias match | Fedora Rawhide package metadata: dummy-package-canary from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Dummy package to exercise the packaging stack


## Combined YAML source

View the package source record on GitHub. [combined/container-canary.yml](https://github.com/mxcl/pkgdb/blob/main/combined/container-canary.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
