Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: update to fix AmazonLinux versions #7354

Merged
merged 1 commit into from
May 12, 2023

Conversation

patrick-stephens
Copy link
Contributor

Resolves #7352 by ensuring we fix it to 2023 or 2 depending on the AL version.


Enter [N/A] in the box, if an item is not applicable to your change.

Testing

Verified locally using containers:

$ docker run --rm -it -v $PWD/install.sh:/install.sh:ro amazonlinux:2023
bash-5.2# ./install.sh 
================================
 Fluent Bit Installation Script 
================================
This script requires superuser access to install packages.
You will be prompted for your password by sudo.
[fluent-bit]
name = Fluent Bit
# Legacy server style
baseurl = https://packages.fluentbit.io/amazonlinux/2023
...

$ docker run --rm -it -v $PWD/install.sh:/install.sh:ro amazonlinux:2
bash-4.2# /install.sh 
================================
 Fluent Bit Installation Script 
================================
This script requires superuser access to install packages.
You will be prompted for your password by sudo.
[fluent-bit]
name = Fluent Bit
# Legacy server style
baseurl = https://packages.fluentbit.io/amazonlinux/2
...

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@patrick-stephens
Copy link
Contributor Author

Github is having an incident hence the failures

@patrick-stephens patrick-stephens marked this pull request as ready for review May 10, 2023 15:22
@patrick-stephens patrick-stephens merged commit c65ced7 into master May 12, 2023
@patrick-stephens patrick-stephens deleted the 7352_install_script_tweaks_al2023 branch May 12, 2023 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install.sh script fails on Amazon Linux 2023
1 participant