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

models.Run: Index the name column #120

Merged
merged 2 commits into from
Sep 1, 2023
Merged

models.Run: Index the name column #120

merged 2 commits into from
Sep 1, 2023

Commits on Jul 31, 2023

  1. models.Run: Index the name column

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b8ed875 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: Switch base image: python/3.11-alpine

    psycopg2-binary stopped shipping for 3.6 and 3.7, so using RH's
    ubi8/ubi-minimal wasn't going to work anymore. ubi8/python-39 seemed
    promising, but it turns out that the UBI Python images don't allow
    package installs.
    
    Alpine is smaller, faster and more straightforward.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d2449bc View commit details
    Browse the repository at this point in the history