Skip to content

Commit 9d48047

Browse files
fix: tweak the URL for packages installation (#57)
* fix: tweak the URL for packages installation now we have a nice landing page Signed-off-by: Patrick Stephens <[email protected]> * fix: add container and package install links Signed-off-by: Patrick Stephens <[email protected]> --------- Signed-off-by: Patrick Stephens <[email protected]>
1 parent ddf87b1 commit 9d48047

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/supported-platforms.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The FluentDo agent supports all major architectures including `x86_64` and `arm6
44

55
Releases can be found or watched here: <https://github.com/FluentDo/agent>
66

7+
Packages are available via [https://packages.fluent.do](https://packages.fluent.do/index.html).
8+
79
Please [contact us](mailto:[email protected]) for full details.
810

911
## Kubernetes versions
@@ -14,13 +16,18 @@ We test against a matrix of vanilla Kubernetes versions along with the various d
1416

1517
## Container images
1618

19+
All images are built from our Github repo and available via ghcr.io: `ghcr.io/fluentdo/agent`
20+
21+
* UBI-based image: uses the `version` tag
22+
* Distroless image (closer match to OSS): uses the `version-slim` tag
23+
1724
Hardened container images are provided for:
1825

19-
- Openshift via `quay.io`
20-
- AWS via ECS
21-
- Google Cloud via Artifact Registry
22-
- All images are in docker.io and ghcr.io as well
23-
- [Red Hat catalog](https://catalog.redhat.com/software/container-stacks/detail/68cfeb03e65464ef8fd4d608)
26+
* Openshift via `quay.io`
27+
* AWS via ECS
28+
* Google Cloud via Artifact Registry
29+
* All images are in docker.io and ghcr.io as well
30+
* [Red Hat catalog](https://catalog.redhat.com/software/container-stacks/detail/68cfeb03e65464ef8fd4d608)
2431

2532
## Native installation
2633

@@ -40,4 +47,4 @@ Packages as well as public VM images (AMIs) are available for the following Ente
4047

4148
Part of our support package includes testing against the specific use cases or configurations you may require.
4249

43-
Installation of packages is available via <https://packages.fluent.do> following the pattern `/<VERSION>/output/package-<TARGET>/<PACKAGE NAME>`.
50+
Installation of packages is available via [https://packages.fluent.do](https://packages.fluent.do/index.html).

0 commit comments

Comments
 (0)