[info=079d5f6decc02b99d5cc7bbfc342770a]

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

View File

@ -39,7 +39,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.12-image/README.md" LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/python-3.12-image/README.md"
RUN set -euo pipefail; zypper -n in --no-recommends python312-devel python312 python312-pip curl git-core python312-wheel python312-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} RUN set -euo pipefail; zypper -n in --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps util-linux python312-wheel python312-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV PYTHON_VERSION="%%py312_ver%%" ENV PYTHON_VERSION="%%py312_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>