Skip to content

Commit c8ebe9d

Browse files
authored
Merge pull request #3628 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 0ad3f03 + bcedb17 commit c8ebe9d

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

python-3.11-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
FROM opensuse/tumbleweed:latest
2424

2525
RUN set -euo pipefail; \
26-
zypper -n install --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps util-linux python311-wheel python311-pipx
26+
zypper -n install --no-recommends curl findutils gawk git-core procps python311 python311-devel python311-pip python311-pipx python311-wheel util-linux
2727

2828
# cleanup logs and temporary files
2929
RUN set -euo pipefail; zypper -n clean -a; \

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+
Mon Mar 30 11:33:32 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- order package installation alphabetically
5+
16
-------------------------------------------------------------------
27
Tue Mar 10 21:46:15 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

python-3.13-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FROM opensuse/tumbleweed:latest
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends python313-devel python313 python313-pip curl findutils gawk git-core procps util-linux python313-wheel python313-pipx
27+
zypper -n install --no-recommends curl findutils gawk git-core procps python313 python313-devel python313-pip python313-pipx python313-wheel util-linux
2828

2929
# cleanup logs and temporary files
3030
RUN set -euo pipefail; zypper -n clean -a; \

python-3.13-image/python-3.13-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Mar 30 11:33:32 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- order package installation alphabetically
5+
16
-------------------------------------------------------------------
27
Tue Mar 10 21:46:15 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)