1
0

[info=0f3166ee733ad5f00ae8cfa2834739f1]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.11-image?expand=0&rev=130
This commit is contained in:
Dan Čermák 2024-06-28 06:57:44 +00:00 committed by Git OBS Bridge
parent d02b8d5fdf
commit db286e1ee2
2 changed files with 6 additions and 1 deletions

View File

@ -40,7 +40,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix # endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/python-3.11-image/README.md" LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/python-3.11-image/README.md"
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core python311-wheel python311-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps util-linux python311-wheel python311-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV PYTHON_VERSION="%%py311_ver%%" ENV PYTHON_VERSION="%%py311_ver%%"
ENV PATH="$PATH:/root/.local/bin" ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%" ENV PIP_VERSION="%%pip_ver%%"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- add standard devel tools back to development containers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 20 09:53:37 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com> Thu Jun 20 09:53:37 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>