File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ if [[ -n "$CREATE_REPO_CMD" ]]; then
33
33
echo " Using $CREATE_REPO_CMD "
34
34
elif command -v createrepo & > /dev/null; then
35
35
echo " Found createrepo"
36
- CREATE_REPO_CMD=" createrepo -dvp "
36
+ CREATE_REPO_CMD=" createrepo"
37
37
elif command -v createrepo_c & > /dev/null; then
38
38
echo " Found createrepo_c"
39
- CREATE_REPO_CMD=" createrepo_c -dvp "
39
+ CREATE_REPO_CMD=" createrepo_c"
40
40
else
41
41
echo " Unable to find a command equivalent to createrepo"
42
42
exit 1
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ APT_TARGETS=("ubuntu:18.04"
20
20
YUM_TARGETS=(" centos:7"
21
21
" rockylinux:8"
22
22
" quay.io/centos/centos:stream9"
23
- " amazonlinux:2" )
23
+ " amazonlinux:2"
24
+ " amazonlinux:2022" )
24
25
25
26
for IMAGE in " ${APT_TARGETS[@]} "
26
27
do
39
40
-e FLUENT_BIT_PACKAGES_URL=" ${FLUENT_BIT_PACKAGES_URL:- https:// packages.fluentbit.io} " \
40
41
-e FLUENT_BIT_PACKAGES_KEY=" ${FLUENT_BIT_PACKAGES_KEY:- https:// packages.fluentbit.io/ fluentbit.key} " \
41
42
" $IMAGE " \
42
- sh -c " yum update -y curl sudo;curl $INSTALL_SCRIPT | sh"
43
+ sh -c " yum install -y sudo;curl $INSTALL_SCRIPT | sh"
43
44
done
You can’t perform that action at this time.
0 commit comments