File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,3 +23,40 @@ Check out the docs at [docs.fairwinds.com](https://insights.docs.fairwinds.com/c
2323PRs welcome! Check out the [ Contributing Guidelines] ( CONTRIBUTING.md ) and
2424[ Code of Conduct] ( CODE_OF_CONDUCT.md ) for more information.
2525
26+ ## Notice: Registry Migration and Immutable Images (v3.1.10 → v3.2.0)
27+
28+ Starting with ** v3.2.0** :
29+
30+ - Images moved to ` us-docker.pkg.dev/fairwinds-ops/oss/insights-cli `
31+ - ` quay.io/fairwinds/insights-cli ` is deprecated
32+
33+ ### Required action
34+
35+ ``` diff
36+ - quay.io/fairwinds/insights-cli:<tag>
37+ + us-docker.pkg.dev/fairwinds-ops/oss/insights-cli:<tag>
38+ ```
39+
40+ ---
41+
42+ ## Immutable and signed images
43+
44+ * Images are now ** signed**
45+ * Tags are ** immutable**
46+ * No more floating tags:
47+
48+ * ` v3 `
49+ * ` v3.1 `
50+ * ` latest `
51+
52+ Use full version tags:
53+
54+ ```
55+ us-docker.pkg.dev/fairwinds-ops/oss/insights-cli:v<major>.<minor>.<patch>
56+ ```
57+
58+ Or pin by digest:
59+
60+ ```
61+ us-docker.pkg.dev/fairwinds-ops/oss/insights-cli@sha256:<digest>
62+ ```
You can’t perform that action at this time.
0 commit comments