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

Bintar deps validation script #694

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

cvicentiu
Copy link
Member

@cvicentiu cvicentiu commented Jan 27, 2025

This commit introduces two different validation scripts.

  • One that checks dependencies of ELF files in bintar archives.
  • One that does a smoke test on bintar archives:
    Goes through each supported distribution and starts a bare-bones
    container image. Then within the image it does:
    1. Extract the archive mariadb-install-db
    2. Run ./mariadb-install-db
    3. Start ./mariadbd as a process inside the container
    4. Use the ./mariadb client from the archive to connect and run
      SELECT VERSION().

@cvicentiu cvicentiu force-pushed the bintar_check branch 2 times, most recently from 5a03ab6 to 7320133 Compare February 4, 2025 15:02
@cvicentiu cvicentiu force-pushed the bintar_check branch 2 times, most recently from 05533eb to ed1387f Compare February 14, 2025 20:35
@cvicentiu cvicentiu force-pushed the bintar_check branch 3 times, most recently from fee71ca to a046d68 Compare February 21, 2025 18:21
@cvicentiu cvicentiu marked this pull request as ready for review February 21, 2025 18:21
@cvicentiu cvicentiu force-pushed the bintar_check branch 3 times, most recently from 26efa9b to df65af1 Compare February 21, 2025 18:44
This commit introduces two different validation scripts.
* One that checks dependencies of ELF files in bintar archives.
* One that does a smoke test on bintar archives:
  Goes through each supported distribution and starts a bare-bones
  container image. Then within the image it does:
  1. Extract the archive mariadb-install-db
  2. Run ./mariadb-install-db
  3. Start ./mariadbd as a process inside the container
  4. Use the ./mariadb client from the archive to connect and run
     SELECT VERSION().
@cvicentiu cvicentiu changed the title WIP: Bintar deps validation script Bintar deps validation script Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant