Rebuild our base python container images

This is a semi regular update to the base python container images.
Should pick up updates to the base debian OS as well as the python
installation.

Since newer versions of uWSGI don't seem to build on aarch64, we stop
building containers for that arch.

Change-Id: Ib1cd2197cbfc96b707860cfa3946108da05bd697
This commit is contained in:
Clark Boylan 2025-03-17 09:54:42 -07:00 committed by Dr. Jens Harbott
parent e01672ef17
commit a21ee19731
5 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Tue Apr 23 04:00:46 PM UTC 2024
# Comment to force rebuilds Mon Mar 17 04:53:44 PM UTC 2025
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bookworm

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Tue Apr 23 04:00:46 PM UTC 2024
# Comment to force rebuilds Mon Mar 17 04:53:44 PM UTC 2025
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bookworm

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Tue Apr 23 04:00:46 PM UTC 2024
# Comment to force rebuilds Mon Mar 17 04:53:44 PM UTC 2025
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bookworm

View File

@ -150,7 +150,6 @@
- 3.11-bookworm
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.11
- DEBIAN_VERSION=bookworm

View File

@ -150,7 +150,6 @@
- 3.12-bookworm
arch:
- linux/amd64
- linux/arm64
build_args:
- PYTHON_VERSION=3.12
- DEBIAN_VERSION=bookworm