Merge "Update the docker image to python3.11"
This commit is contained in:
commit
8b253cbda8
@ -161,8 +161,8 @@
|
|||||||
description: Build Docker images.
|
description: Build Docker images.
|
||||||
allowed-projects: openstack/python-openstackclient
|
allowed-projects: openstack/python-openstackclient
|
||||||
requires:
|
requires:
|
||||||
- python-builder-3.10-bookworm-container-image
|
- python-builder-3.11-bookworm-container-image
|
||||||
- python-base-3.10-bookworm-container-image
|
- python-base-3.11-bookworm-container-image
|
||||||
provides: osc-container-image
|
provides: osc-container-image
|
||||||
vars: &osc_image_vars
|
vars: &osc_image_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
@ -175,8 +175,8 @@
|
|||||||
description: Build Docker images and upload to Docker Hub.
|
description: Build Docker images and upload to Docker Hub.
|
||||||
allowed-projects: openstack/python-openstackclient
|
allowed-projects: openstack/python-openstackclient
|
||||||
requires:
|
requires:
|
||||||
- python-builder-3.10-bookworm-container-image
|
- python-builder-3.11-bookworm-container-image
|
||||||
- python-base-3.10-bookworm-container-image
|
- python-base-3.11-bookworm-container-image
|
||||||
provides: osc-container-image
|
provides: osc-container-image
|
||||||
secrets:
|
secrets:
|
||||||
- name: docker_credentials
|
- name: docker_credentials
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-builder:3.10-bookworm as builder
|
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
|
||||||
|
|
||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.10-bookworm
|
FROM docker.io/opendevorg/python-base:3.11-bookworm
|
||||||
|
|
||||||
COPY --from=builder /output/ /output
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep
|
RUN /output/install-from-bindep
|
||||||
|
Loading…
Reference in New Issue
Block a user