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

Repair ELF executables in the "scripts" directory #443

Merged
merged 4 commits into from
Feb 3, 2024

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    7a13271 View commit details
    Browse the repository at this point in the history
  2. Make integration tests work under podman

    podman was failing with this error due to (apparently) lacking support
    for abbreviated sha256 references:
    
        docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.41/containers/create: Internal Server Error ("normalizing image: normalizing name for compat API: sha256:a455ef9d0843: invalid format: no 64-byte hexadecimal value")
    
    Using the full SHA256 hash works under podman (and presumably works
    under Docker too?).
    chriskuehl committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    051e3d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac46754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c52a868 View commit details
    Browse the repository at this point in the history