Accepting request 1114201 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1114201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-3.11-image?expand=0&rev=2
This commit is contained in:
commit
2938c05166
19
Dockerfile
19
Dockerfile
@ -1,4 +1,19 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon.
|
||||
|
||||
# The content of THIS FILE IS AUTOGENERATED and should not be manually modified.
|
||||
# It is maintained by the BCI team and generated by
|
||||
# https://github.com/SUSE/BCI-dockerfile-generator
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
|
||||
|
||||
#!BuildTag: opensuse/bci/python:3.11
|
||||
#!BuildTag: opensuse/bci/python:3.11-%RELEASE%
|
||||
#!BuildTag: opensuse/bci/python:3
|
||||
@ -25,7 +40,9 @@ LABEL org.opensuse.release-stage="released"
|
||||
|
||||
# endlabelprefix
|
||||
|
||||
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core python311-wheel; zypper -n clean; rm -rf /var/log/*
|
||||
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/*
|
||||
ENV PYTHON_VERSION="%%py311_ver%%"
|
||||
ENV PATH="$PATH:/root/.local/bin"
|
||||
ENV PIP_VERSION="%%pip_ver%%"
|
||||
|
||||
RUN set -euo pipefail; install -d -m 0755 /root/.local/bin
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- add copyright and description header
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 11:06:18 UTC 2023 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- Add /root/.local/bin to PATH, jsc#PED-5573
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user