Skip to content

Commit 0fde797

Browse files
installation: platforms: add s390x to supported architectures (#1245)
* installation: platforms: add s390x to supported architectures Signed-off-by: Ajay <ajvictor@in.ibm.com> * installation: platforms: add s390x to supported architectures Signed-off-by: Ajay <ajvictor@in.ibm.com> Signed-off-by: Ajay Victor <ajvictor@in.ibm.com> * Update installation/supported-platforms.md Co-authored-by: Pat <patrick.j.k.stephens@gmail.com> Signed-off-by: Ajay P Victor <70255576+ajaypvictor@users.noreply.github.com> * installation: platforms: add s390x to supported architectures Signed-off-by: Ajay Victor <ajvictor@in.ibm.com> * incorporate review comments Signed-off-by: Ajay Victor <ajvictor@in.ibm.com> --------- Signed-off-by: Ajay <ajvictor@in.ibm.com> Signed-off-by: Ajay Victor <ajvictor@in.ibm.com> Signed-off-by: Ajay P Victor <70255576+ajaypvictor@users.noreply.github.com> Co-authored-by: Pat <patrick.j.k.stephens@gmail.com>
1 parent e8e362a commit 0fde797

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

installation/requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements
22

3-
[Fluent Bit](http://fluentbit.io) uses very low CPU and Memory consumption, it's compatible with most of x86, x86\_64, arm32v7 and arm64v8 based platforms. In order to build it you need the following components in your system for the build process:
3+
[Fluent Bit](http://fluentbit.io) uses very low CPU and Memory consumption, it's compatible with most of x86, x86\_64, arm32v7, arm64v8 based platforms. In order to build it you need the following components in your system for the build process:
44

55
* Compiler: GCC or clang
66
* CMake
@@ -9,3 +9,4 @@
99

1010
In the core there are not other dependencies, For certain features that depends on third party components like output plugins with special backend libraries \(e.g: kafka\), those are included in the main source code repository.
1111

12+
Fluent Bit is supported on Linux on IBM Z(s390x), but the WASM and LUA filter plugins are not.

installation/supported-platforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ From an architecture support perspective, Fluent Bit is fully functional on x86\
2929
Fluent Bit can work also on OSX and \*BSD systems, but not all plugins will be available on all platforms.
3030
Official support will be expanding based on community demand.
3131
Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise).
32+
33+
Fluent Bit is supported on Linux on IBM Z (s390x) environment with some restrictions but only container images are provided for these targets officially.

pipeline/inputs/exec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ command arguments could lead to malicious command execution.
88

99
## Container support
1010

11-
This plugin will not function in the distroless production images (AMD64 currently) as it needs a functional `/bin/sh` which is not present.
11+
This plugin will not function in all the distroless production images as it needs a functional `/bin/sh` which is not present.
1212
The debug images use the same binaries so even though they have a shell, there is no support for this plugin as it is compiled out.
1313

1414
## Configuration Parameters

update-release-version-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ fi
3232
if grep -q "$NEW_VERSION" "$SCRIPT_DIR"/installation/docker.md; then
3333
echo "Found $NEW_VERSION already in the Docker docs so skipping update"
3434
else
35-
sed_wrapper -i -e "/| -.*$/a | $NEW_VERSION | x86\_64, arm64v8, arm32v7 | Release [v$NEW_VERSION](https://fluentbit.io/announcements/v$NEW_VERSION/) |" "$SCRIPT_DIR"/installation/docker.md
36-
sed_wrapper -i -e "/| -.*$/a | $NEW_VERSION-debug | x86\_64, arm64v8, arm32v7 | Debug images |" "$SCRIPT_DIR"/installation/docker.md
35+
sed_wrapper -i -e "/| -.*$/a | $NEW_VERSION | x86\_64, arm64v8, arm32v7, s390x | Release [v$NEW_VERSION](https://fluentbit.io/announcements/v$NEW_VERSION/) |" "$SCRIPT_DIR"/installation/docker.md
36+
sed_wrapper -i -e "/| -.*$/a | $NEW_VERSION-debug | x86\_64, arm64v8, arm32v7, s390x | Debug images |" "$SCRIPT_DIR"/installation/docker.md
3737
fi
3838

3939
WIN_32_EXE_HASH=${WIN_32_EXE_HASH:?}

0 commit comments

Comments
 (0)