Skip to content

Commit

Permalink
Merge pull request #689 from SUSE/for-deploy-5
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP5
  • Loading branch information
dirkmueller authored Oct 4, 2023
2 parents ec0cdf2 + f776bf1 commit e40acb4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-3.11-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py311_ver%%"
ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%"
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 Oct 4 07:34:17 UTC 2023 - Dirk Mueller <[email protected]>

- include lifecycle data

-------------------------------------------------------------------
Thu Sep 28 14:29:18 UTC 2023 - Dirk Mueller <[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 @@ -42,7 +42,7 @@ LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends python3-devel python3 python3-pip curl git-core python3-wheel; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends python3-devel python3 python3-pip curl git-core python3-wheel lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py36_ver%%"
ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%"
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 Oct 4 07:34:17 UTC 2023 - Dirk Mueller <[email protected]>

- include lifecycle data

-------------------------------------------------------------------
Thu Sep 28 14:29:18 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down

0 comments on commit e40acb4

Please sign in to comment.