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

Docker bootstrap script accessing files removed from mirror.mariadb.org #409

Open
marksieczkowski opened this issue Nov 21, 2024 · 1 comment

Comments

@marksieczkowski
Copy link

The MariaDB RPMs have been removed from the mirror, the 11.1 folder is gone and all these are coming up 404. Needs to be updated for all branches/versions

https://github.com/aws/aws-mwaa-local-runner/blob/v2.10.1/docker/script/bootstrap.sh

if [[ $(uname -p) == "aarch64" ]]; then
  wget https://mirror.mariadb.org/yum/11.1/fedora38-aarch64/rpms/MariaDB-common-11.1.2-1.fc38.$(uname -p).rpm -P /mariadb_rpm
  wget https://mirror.mariadb.org/yum/11.1/fedora38-aarch64/rpms/MariaDB-shared-11.1.2-1.fc38.$(uname -p).rpm -P /mariadb_rpm
  wget https://mirror.mariadb.org/yum/11.1/fedora38-aarch64/rpms/MariaDB-devel-11.1.2-1.fc38.$(uname -p).rpm -P /mariadb_rpm
else
  wget https://mirror.mariadb.org/yum/11.1/fedora38-amd64/rpms/MariaDB-common-11.1.2-1.fc38.$(uname -p).rpm -P /mariadb_rpm
  wget https://mirror.mariadb.org/yum/11.1/fedora38-amd64/rpms/MariaDB-shared-11.1.2-1.fc38.$(uname -p).rpm -P /mariadb_rpm
  wget https://mirror.mariadb.org/yum/11.1/fedora38-amd64/rpms/MariaDB-devel-11.1.2-1.fc38.$(uname -p).rpm -P /mariadb_rpm
fi

https://mirror.mariadb.org/yum/
MariaDB Mirror

hafizmujadidKhalid added a commit to hafizmujadidKhalid/aws-mwaa-local-runner that referenced this issue Nov 22, 2024
Issue aws#409 , if available: 

Description of changes:
Update MariaDB RPM links

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
hafizmujadidKhalid added a commit to hafizmujadidKhalid/aws-mwaa-local-runner that referenced this issue Nov 22, 2024
Issue aws#409 , if available:

Description of changes:
Update MariaDB RPM links

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Issue aws#409 , if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
hafizmujadidKhalid added a commit to hafizmujadidKhalid/aws-mwaa-local-runner that referenced this issue Nov 22, 2024
Issue aws#409  , if available:

Description of changes:
Update MariaDB RPM links

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
@betclicadri
Copy link

Hello,

Here is a fix using MariadDB v11.4.3 on MWAA v2.9: #418

vishalvijay18 pushed a commit that referenced this issue Nov 26, 2024
Issue #409  , if available:

Description of changes:
Update MariaDB RPM links

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
vishalvijay18 pushed a commit that referenced this issue Nov 26, 2024
Issue #409 , if available:

Description of changes:
Update MariaDB RPM links

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Issue #409 , if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
dkreth pushed a commit to AdAction/aws-mwaa-local-runner that referenced this issue Dec 18, 2024
Issue aws#409  , if available:

Description of changes:
Update MariaDB RPM links

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
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

No branches or pull requests

2 participants