diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90d04105..3290589d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: exit-code: '1' failure-threshold: WARN accept-keywords: key - accept-filenames: usr/share/cmake/Templates/Windows/Windows_TemporaryKey.pfx,etc/trusted-key.key,usr/share/doc/perl-IO-Socket-SSL/certs/server_enc.p12,usr/share/doc/perl-IO-Socket-SSL/certs/server.p12,usr/local/lib/python3.8/site-packages/azure/core/settings.py,usr/share/postgresql-common/pgdg/apt.postgresql.org.asc,usr/local/lib/python3.7/dist-packages/azure/core/settings.py,etc/ssl/private/ssl-cert-snakeoil.key + accept-filenames: usr/share/cmake/Templates/Windows/Windows_TemporaryKey.pfx,etc/trusted-key.key,usr/share/doc/perl-IO-Socket-SSL/certs/server_enc.p12,usr/share/doc/perl-IO-Socket-SSL/certs/server.p12,usr/share/postgresql-common/pgdg/apt.postgresql.org.asc,etc/ssl/private/ssl-cert-snakeoil.key,usr/local/lib/python3.11/site-packages/azure/core/settings.py - name: Build and push uses: docker/build-push-action@v5 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 352c62e1..224868c3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.REPO_GHA_PAT }} - uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.11' - name: Update docker-entrypoint uses: nick-fields/retry@v2 with: diff --git a/UBI/Dockerfile-multiarch.template b/UBI/Dockerfile-multiarch.template index 4e695d1a..1a4e0fb0 100644 --- a/UBI/Dockerfile-multiarch.template +++ b/UBI/Dockerfile-multiarch.template @@ -64,9 +64,9 @@ RUN --mount=type=secret,id=cs_token \ # Install barman-cloud RUN set -xe ; \ - yum -y install python38-pip python38-psycopg2 ; \ - pip3.8 install --upgrade pip ; \ - pip3.8 install -r requirements.txt ; \ + yum -y install python3.11-pip python3.11-psycopg2 ; \ + pip3.11 install --upgrade pip ; \ + pip3.11 install -r requirements.txt ; \ yum -y clean all --enablerepo='*' # make the sample config easier to munge (and "correct by default") diff --git a/UBI/Dockerfile-multilang.template b/UBI/Dockerfile-multilang.template index ebd659c2..5fa01885 100644 --- a/UBI/Dockerfile-multilang.template +++ b/UBI/Dockerfile-multilang.template @@ -56,9 +56,9 @@ RUN --mount=type=secret,id=cs_token \ # Install barman-cloud RUN set -xe ; \ - yum -y install python38-pip python38-psycopg2 ; \ - pip3.8 install --upgrade pip ; \ - pip3.8 install -r requirements.txt ; \ + yum -y install python3.11-pip python3.11-psycopg2 ; \ + pip3.11 install --upgrade pip ; \ + pip3.11 install -r requirements.txt ; \ yum -y clean all --enablerepo='*' # make the sample config easier to munge (and "correct by default") diff --git a/UBI/Dockerfile-postgis-multilang.template b/UBI/Dockerfile-postgis-multilang.template index bd3e4067..0023e791 100644 --- a/UBI/Dockerfile-postgis-multilang.template +++ b/UBI/Dockerfile-postgis-multilang.template @@ -46,9 +46,9 @@ RUN set -xe ; \ # Install barman-cloud RUN set -xe ; \ - yum -y install python38-pip python38-psycopg2 ; \ - pip3.8 install --upgrade pip ; \ - pip3.8 install -r requirements.txt ; \ + yum -y install python3.11-pip python3.11-psycopg2 ; \ + pip3.11 install --upgrade pip ; \ + pip3.11 install -r requirements.txt ; \ yum -y clean all --enablerepo='*' # make the sample config easier to munge (and "correct by default") diff --git a/UBI/Dockerfile-postgis.template b/UBI/Dockerfile-postgis.template index c0fde2fd..7d569424 100644 --- a/UBI/Dockerfile-postgis.template +++ b/UBI/Dockerfile-postgis.template @@ -45,9 +45,9 @@ RUN set -xe ; \ # Install barman-cloud RUN set -xe ; \ - yum -y install python38-pip python38-psycopg2 ; \ - pip3.8 install --upgrade pip ; \ - pip3.8 install -r requirements.txt ; \ + yum -y install python3.11-pip python3.11-psycopg2 ; \ + pip3.11 install --upgrade pip ; \ + pip3.11 install -r requirements.txt ; \ yum -y clean all --enablerepo='*' # make the sample config easier to munge (and "correct by default") diff --git a/UBI/Dockerfile.template b/UBI/Dockerfile.template index c77e1e92..3c671b1d 100644 --- a/UBI/Dockerfile.template +++ b/UBI/Dockerfile.template @@ -55,9 +55,9 @@ RUN --mount=type=secret,id=cs_token \ # Install barman-cloud RUN set -xe ; \ - yum -y install python38-pip python38-psycopg2 ; \ - pip3.8 install --upgrade pip ; \ - pip3.8 install -r requirements.txt ; \ + yum -y install python3.11-pip python3.11-psycopg2 ; \ + pip3.11 install --upgrade pip ; \ + pip3.11 install -r requirements.txt ; \ yum -y clean all --enablerepo='*' # make the sample config easier to munge (and "correct by default")