Skip to content

Commit 60016c1

Browse files
authored
Merge pull request #1424 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents d6fae9c + 28197aa commit 60016c1

6 files changed

Lines changed: 14 additions & 4 deletions

File tree

python-3.11-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LABEL com.suse.release-stage="released"
4545
# endlabelprefix
4646
LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"
4747

48-
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps python311-pipx lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
48+
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps python311-wheel python311-pipx lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
4949
ENV PYTHON_VERSION="%%py311_ver%%"
5050
ENV PATH="$PATH:/root/.local/bin"
5151
ENV PIP_VERSION="%%pip_ver%%"

python-3.11-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/python:3.11 pyt
4040

4141
## Additional tools
4242

43-
The Python container image includes [pip](https://pip.pypa.io/), [pipx](https://pipx.pypa.io/), Python Development Headers, and Git.
43+
The Python container image includes [pip](https://pip.pypa.io/), [pipx](https://pipx.pypa.io/), [wheel](https://wheel.readthedocs.io/), Python Development Headers, and Git.
4444

4545
## Licensing
4646

python-3.11-image/python-3.11-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Wed Jul 17 07:22:20 UTC 2024 - Dirk Mueller <dmueller@suse.com>
3+
4+
- preinstall pipx and wheel where available
5+
16
-------------------------------------------------------------------
27
Tue Jul 2 11:27:00 UTC 2024 - Dirk Mueller <dmueller@suse.com>
38

python-3.12-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LABEL com.suse.release-stage="released"
4343
# endlabelprefix
4444
LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"
4545

46-
RUN set -euo pipefail; zypper -n in --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
46+
RUN set -euo pipefail; zypper -n in --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps python312-pipx lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
4747
ENV PYTHON_VERSION="%%py312_ver%%"
4848
ENV PATH="$PATH:/root/.local/bin"
4949
ENV PIP_VERSION="%%pip_ver%%"

python-3.12-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/python:3.12 pyt
4040

4141
## Additional tools
4242

43-
The Python container image includes [pip](https://pip.pypa.io/), Python Development Headers, and Git.
43+
The Python container image includes [pip](https://pip.pypa.io/), [pipx](https://pipx.pypa.io/), Python Development Headers, and Git.
4444

4545
## Licensing
4646

python-3.12-image/python-3.12-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Wed Jul 17 07:22:20 UTC 2024 - Dirk Mueller <dmueller@suse.com>
3+
4+
- preinstall pipx and wheel where available
5+
16
-------------------------------------------------------------------
27
Tue Jul 2 11:27:00 UTC 2024 - Dirk Mueller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)