Skip to content

Commit a0b983a

Browse files
authored
add notice to include registry change and immutable images notice on the readme (#314)
1 parent 6d984ca commit a0b983a

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,40 @@ Check out the docs at [docs.fairwinds.com](https://insights.docs.fairwinds.com/c
2323
PRs 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+
```

0 commit comments

Comments
 (0)