Skip to content

Commit

Permalink
Merge pull request #2074 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Nov 27, 2024
2 parents 83ade7a + 99f9284 commit 89d0d16
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python-3.11-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
FROM registry.suse.com/bci/bci-base:15.6

RUN set -euo pipefail; \
zypper -n install --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 install --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps python311-wheel python311-pipx lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

Expand Down
5 changes: 5 additions & 0 deletions python-3.11-image/python-3.11-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot <[email protected]>

- install lifecycle-data-sle-module-python3

-------------------------------------------------------------------
Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion python-3.12-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FROM registry.suse.com/bci/bci-base:15.6

RUN set -euo pipefail; \
zypper -n install --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps python312-pipx lifecycle-data-sle-module-development-tools; \
zypper -n install --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps python312-pipx lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

Expand Down
5 changes: 5 additions & 0 deletions python-3.12-image/python-3.12-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot <[email protected]>

- install lifecycle-data-sle-module-python3

-------------------------------------------------------------------
Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion python-3.6-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
FROM registry.suse.com/bci/bci-base:15.6

RUN set -euo pipefail; \
zypper -n install --no-recommends python3-devel python3 python3-pip curl findutils gawk git-core procps python3-wheel lifecycle-data-sle-module-development-tools; \
zypper -n install --no-recommends python3-devel python3 python3-pip curl findutils gawk git-core procps python3-wheel lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

Expand Down
5 changes: 5 additions & 0 deletions python-3.6-image/python-3.6-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot <[email protected]>

- install lifecycle-data-sle-module-python3

-------------------------------------------------------------------
Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion sac-python-3.9-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
FROM registry.suse.com/bci/bci-base:15.6

RUN set -euo pipefail; \
zypper -n install --no-recommends python39-devel python39 python39-pip curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; \
zypper -n install --no-recommends python39-devel python39 python39-pip curl findutils gawk git-core procps lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \
zypper -n clean; \
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}

Expand Down
5 changes: 5 additions & 0 deletions sac-python-3.9-image/sac-python-3.9-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot <[email protected]>

- install lifecycle-data-sle-module-python3

-------------------------------------------------------------------
Tue Oct 29 15:30:53 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit 89d0d16

Please sign in to comment.