You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packaging: target will be opensuse/15.6 but make sure repository is still opensuse/leap/*. no need for build.sh to change if we arent using a for target opensuse/leap:15.6
Copy file name to clipboardExpand all lines: packaging/README.md
+50-50Lines changed: 50 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,56 +9,56 @@ This can take some time to complete so is only triggered via the label on-demand
9
9
10
10
The [`distros`](./distros/) directory contains OCI container definitions used to build [Fluent Bit](http://fluentbit.io) Linux packages for different distros, the following table describe the supported targets:
11
11
12
-
| Distro | Version / Code Name | Arch | Target Option |
| Rocky Linux | 10 | arm64v8 | rockylinux/10.arm64v8 |
58
+
| Rocky Linux | 9 | x86_64 | rockylinux/9 |
59
+
| Rocky Linux | 9 | arm64v8 | rockylinux/9.arm64v8 |
60
+
| Rocky Linux | 8 | x86_64 | rockylinux/8 |
61
+
| Rocky Linux | 8 | arm64v8 | rockylinux/8.arm64v8 |
62
62
63
63
These container images are intended to be built from the root of this repo to build the locally checked out/updated version of the source easily for any target.
0 commit comments