跳转到内容

#artifact

3 approved public terms with this tag.

Immutable Artifact 是 GitOps 术语,用来说明 a build or package that should not change after publication. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Immutable Artifact,发布就没有系着松鞋带冲进生产环境。

Manifest Digest 是 GitOps 术语,用来说明 a content hash that identifies a specific manifest or artifact. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Manifest Digest,发布就没有系着松鞋带冲进生产环境。

Registry Mirror 是 GitOps 术语,用来说明 a trusted copy of image or artifact storage used for speed or resilience. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Registry Mirror,发布就没有系着松鞋带冲进生产环境。