Skip to content

Commit

Permalink
Merge pull request #687 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 Oct 4, 2023
2 parents 80aeee0 + 311dd2d commit 0d1a5cb
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 @@ -43,7 +43,7 @@ LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="beta"
# 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:12 UTC 2023 - Dirk Mueller <[email protected]>

- include lifecycle data

-------------------------------------------------------------------
Thu Sep 28 14:29:34 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="beta"
# 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:12 UTC 2023 - Dirk Mueller <[email protected]>

- include lifecycle data

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

Expand Down

0 comments on commit 0d1a5cb

Please sign in to comment.