Tech Preview

SUSE Linux Python 3.14 development

Python 3.14 micro runtime container based on the SUSE Linux Base Container Image.

Get Image
Digest:
sha256:19fcf1619fce303f30184a0ee93a3de6c816b9c294041b8749a3650c824197c2
19fcf1619
Repository:
registry.suse.com/bci/python:3.14-micro

Python 3.14 micro runtime container image

Support Level SLSA Provenance: Available

Description

Python is an interpreted, interactive, object-oriented, open source programming language. It incorporates modules, exceptions, dynamic typing, high-level dynamic data types, and classes. It provides interfaces to many system calls, libraries, and various window systems, and it is extensible in C or C++. It is also usable as an extension language for applications that require programmable interfaces.

Usage

To deploy an application, install dependencies, copy the sources, and configure the application's main script:

FROM registry.suse.com/bci/python:3.14-micro

WORKDIR /app

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD [ "python3", "./main-script.py" ]

Build and run the container image:

$ podman build -t my-python-app .
$ podman run -it --rm my-python-app

To run a single script inside a container, use the following command:

$ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/python:3.14-micro python3 script.py

Additional tools

The Python container image includes pip, pipx, wheel, Python Development Headers, and Git.

Licensing

SPDX-License-Identifier: MIT

This documentation and the build recipe are licensed as MIT. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM).

This image is a tech preview. Do not use it for production. Your feedback is welcome. Please report any issues to the SUSE Bugzilla.

  • Image Data

    Last Built: 24 Apr 05:18 UTC

    Compressed Size: 44.7 MB

    Support Level: Techpreview

    Supported until: 30 Nov 2028

    Release Stage: beta


  • Health Index
    A

    No vulnerabilities found

    Last Scan:

    about 10 hours ago