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

ci: Refactor Dockerfile & entrypoint #8923

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

ci: Refactor Dockerfile & entrypoint #8923

wants to merge 28 commits into from

Commits on Oct 2, 2024

  1. Refactor formatting & docs

    upbqdn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    64be0ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a248b14 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    ca1620c View commit details
    Browse the repository at this point in the history
  2. Simplify entrypoint.sh setup

    upbqdn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ea8b119 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Revise docs & formatting

    upbqdn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7cba8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c65e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be38132 View commit details
    Browse the repository at this point in the history
  4. Refactor entrypoint.sh

    upbqdn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0492b7a View commit details
    Browse the repository at this point in the history
  5. Refactor Dockerfile

    upbqdn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6595740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22dc738 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    962d4d3 View commit details
    Browse the repository at this point in the history
  8. Refactor Dockerfile

    upbqdn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    621754b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b68592 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c788ccc View commit details
    Browse the repository at this point in the history
  11. Fix a typo

    upbqdn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    38837e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b58a602 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2ada296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cd18f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c718609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69b03d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6932d9a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Remove redundant echos

    upbqdn committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6fe460d View commit details
    Browse the repository at this point in the history
  2. Remove a malfunctioning CD test

    The test was using a custom config file set in `test_variables`.
    However, the file was not included in the Docker image, and the
    entrypoint script created a new, default one under the original file's
    path. Zebra then loaded this new file, and the test passed because the
    pattern in `grep_patterns` matched Zebra's output containing the
    original path, even though the config file was different.
    upbqdn committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c5010b8 View commit details
    Browse the repository at this point in the history
  3. Remove a redundant CI test

    upbqdn committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e05df78 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    e9f0479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7422ecf View commit details
    Browse the repository at this point in the history
  3. Docs cosmetics

    upbqdn committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4fa064c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    afeb05f View commit details
    Browse the repository at this point in the history