diff --git a/.zuul.yaml b/.zuul.yaml index b239db0..4b690ef 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -35,8 +35,8 @@ run: playbooks/functional-test/run.yaml post-run: playbooks/functional-test/post.yaml requires: - - python-builder-3.10-bullseye-container-image - - python-base-3.10-bullseye-container-image + - python-builder-3.11-bullseye-container-image + - python-base-3.11-bullseye-container-image provides: zuul-registry-container-image nodeset: ubuntu-jammy vars: &image_vars @@ -66,8 +66,8 @@ secret: zuul-registry-registry-credentials pass-to-parent: true requires: - - python-builder-3.10-bullseye-container-image - - python-base-3.10-bullseye-container-image + - python-builder-3.11-bullseye-container-image + - python-base-3.11-bullseye-container-image provides: zuul-registry-container-image vars: *image_vars @@ -93,7 +93,7 @@ - nox-linters - nox-py38: nodeset: ubuntu-focal - - nox-py310: + - nox-py311: nodeset: ubuntu-jammy - build-python-release gate: @@ -102,7 +102,7 @@ - nox-linters - nox-py38: nodeset: ubuntu-focal - - nox-py310: + - nox-py311: nodeset: ubuntu-jammy - build-python-release promote: diff --git a/Dockerfile b/Dockerfile index dcd2bdc..dd9baef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,12 +13,12 @@ # You should have received a copy of the GNU General Public License # along with this software. If not, see . -FROM docker.io/opendevorg/python-builder:3.10-bullseye as builder +FROM docker.io/opendevorg/python-builder:3.11-bullseye as builder COPY . /tmp/src RUN assemble -FROM docker.io/opendevorg/python-base:3.10-bullseye as zuul-registry +FROM docker.io/opendevorg/python-base:3.11-bullseye as zuul-registry COPY --from=builder /output/ /output RUN /output/install-from-bindep