Skip to content
  1. Jul 13, 2021
    • nimrod's avatar
      Set the locale to UTF-8 for Python. · 086b39f4
      nimrod authored
      086b39f4
    • nimrod's avatar
      Replace the UBI7 base with Centos7. · a132fa29
      nimrod authored
      I'm not sure why, but the build fails with an obscure message. For
      future reference, th build error is "could not resolve digest for
      registry.access.redhat.com/ubi7/ubi:latest" and in the dockerd log the
      error is "transport: Error while dialing only one connection allowed".
      a132fa29
  2. Jul 11, 2021
    • nimrod's avatar
      Rebase on UBI (Centos) 7. · cb7c36c1
      nimrod authored
      The manylinux image is building Python in a way that doesn't allow
      linking to libpython. That's reasonable for most cases, but Pyinstaller
      needs to bundle it for creating a single executable. Instead go for the
      base image and use the OS packaged Python.
      cb7c36c1
    • nimrod's avatar
      Is this all? · 33c87db8
      nimrod authored
      Pretty much the same as the python3 image but based on the manylinux2014
      image. The point is when building wheel (or binaries with Pyinstaller)
      it would be pretty portable to older distros.
      33c87db8
  3. May 22, 2021
    • nimrod's avatar
      Updates to the CI. · ec1091ab
      nimrod authored
      The templates were changed and this reflects the changes:
      - No need to set the order of the stages, pre-commit runs  in .pre now.
      - Rename the Docker jobs for clarity and avoiding more common names.
      ec1091ab
  4. Apr 25, 2021
  5. Apr 24, 2021
  6. Jan 24, 2021
  7. Jan 23, 2021
  8. Jan 22, 2021
  9. Nov 21, 2020
  10. Jun 10, 2018