Build multi-arch python-base/python-builder

In order to build multi-arch python images, we need
multi-arch python base and builder images.

Change-Id: Ifc0d6f7c16876bf55db8e1ee459a3eaa07744547
This commit is contained in:
Monty Taylor 2020-05-07 18:38:45 -05:00 committed by James E. Blair
parent 1800b01bad
commit 2302879244
1 changed files with 18 additions and 0 deletions

View File

@ -13,6 +13,9 @@
tags:
- 3.7
- latest
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.7
files: &python-builder_3_7_files
@ -49,6 +52,9 @@
repository: opendevorg/python-builder
tags:
- 3.8
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.8
files: &python-builder_3_8_files
@ -85,6 +91,9 @@
tags:
- 3.7
- latest
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.7
files: &python-base-3_7_files
@ -118,6 +127,9 @@
repository: opendevorg/python-base
tags:
- 3.8
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.8
files: &python-base-3_8_files
@ -160,6 +172,9 @@
tags:
- 3.7
- latest
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.7
files: &uwsgi-base_3_7_files
@ -208,6 +223,9 @@
repository: opendevorg/uwsgi-base
tags:
- 3.8
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.8
files: &uwsgi-base_3_8_files