Bug Report
Describe the bug
I tried installing fluent-bit on Ubuntu 26.04 (on ARM64) and ran into the following issue:
10================================ 0 0 0
0 Fluent Bit Installation Script
================================
This script requires superuser access to install packages.
You will be prompted for your password by sudo.
…
deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluentbit.io/ubuntu/resolute resolute main
…
Ign:5 https://packages.fluentbit.io/ubuntu/resolute resolute InRelease
Err:6 https://packages.fluentbit.io/ubuntu/resolute resolute Release
404 Not Found [IP: 172.67.152.166 443]
Reading package lists... Done
E: The repository 'https://packages.fluentbit.io/ubuntu/resolute resolute Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
To Reproduce
- Try installing fluent-bit using
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh on Ubuntu 26.04
Expected behavior
The package should be in place as part of the CI
Your Environment
- Version used:
- Configuration:
- Environment name and version: Ubuntu 26.04
- Server type and version:
- Operating System and version:
- Filters and plugins:
Bug Report
Describe the bug
I tried installing fluent-bit on Ubuntu 26.04 (on ARM64) and ran into the following issue:
To Reproduce
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | shon Ubuntu 26.04Expected behavior
The package should be in place as part of the CI
Your Environment