1
0

Accepting request 989383 from home:dancermak:auto_update:Tumbleweed

Increase compatibility with openSUSE

OBS-URL: https://build.opensuse.org/request/show/989383
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.9-image?expand=0&rev=5
This commit is contained in:
2022-07-18 14:07:48 +00:00
committed by Git OBS Bridge
parent 3287466754
commit 8ac84567c2
2 changed files with 17 additions and 16 deletions

View File

@@ -1,34 +1,31 @@
# SPDX-License-Identifier: MIT
#!BuildTag: bci/python:3.9
#!BuildTag: bci/python:3.9-%RELEASE%
#!BuildTag: bci/python:3
#!BuildTag: opensuse/bci/python:3.9
#!BuildTag: opensuse/bci/python:3.9-%RELEASE%
#!BuildTag: opensuse/bci/python:3
FROM opensuse/tumbleweed:latest
MAINTAINER SUSE LLC (https://www.suse.com/)
MAINTAINER openSUSE (https://www.opensuse.org/)
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.python
LABEL org.opencontainers.image.title="SLE BCI Python 3.9 Container Image"
# labelprefix=org.opensuse.bci.python
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Python 3.9 Container Image"
LABEL org.opencontainers.image.description="Python 3.9 development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="3.9"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opensuse.reference="registry.suse.com/bci/python:3.9-%RELEASE%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/python:3.9-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.eula="sle-bci"
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="beta"
LABEL com.suse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail && zypper -n in --no-recommends python39 python39-pip curl git-core python39-wheel && zypper -n clean && rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends python39 python39-pip curl git-core python39-wheel; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py39_ver%%"
ENV PIP_VERSION="%%pip_ver%%"
RUN set -euo pipefail && ln -s /usr/bin/python3.9 /usr/local/bin/python3 && \
RUN set -euo pipefail; ln -s /usr/bin/python3.9 /usr/local/bin/python3; \
ln -s /usr/bin/pydoc3.9 /usr/local/bin/pydoc

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Jul 15 11:05:56 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Increase compatibility with openSUSE