From b18b2b489d29c34f6cd106300ac149509a0cd411 Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Thu, 28 Sep 2023 10:44:16 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96:=20Update=20build=20recipes=20?= =?UTF-8?q?from=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- golang-oldstable-image/Dockerfile | 4 ++-- golang-oldstable-openssl-image/Dockerfile | 4 ++-- golang-stable-image/Dockerfile | 4 ++-- golang-stable-openssl-image/Dockerfile | 4 ++-- python-3.11-image/Dockerfile | 2 +- python-3.6-image/Dockerfile | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/golang-oldstable-image/Dockerfile b/golang-oldstable-image/Dockerfile index 65b25007f..d3f770ff1 100644 --- a/golang-oldstable-image/Dockerfile +++ b/golang-oldstable-image/Dockerfile @@ -11,8 +11,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.golang -LABEL org.opencontainers.image.title="SLE BCI Golang 1.20" -LABEL org.opencontainers.image.description="Golang 1.20 container based on the SLE Base Container Image." +LABEL org.opencontainers.image.title="SLE BCI Go 1.20 development" +LABEL org.opencontainers.image.description="Go 1.20 development container based on the SLE Base Container Image." LABEL org.opencontainers.image.version="1.20" LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/golang-oldstable-openssl-image/Dockerfile b/golang-oldstable-openssl-image/Dockerfile index ed00d8d48..1dcbc9fe6 100644 --- a/golang-oldstable-openssl-image/Dockerfile +++ b/golang-oldstable-openssl-image/Dockerfile @@ -11,8 +11,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.golang -LABEL org.opencontainers.image.title="SLE BCI Golang 1.19-openssl" -LABEL org.opencontainers.image.description="Golang 1.19-openssl container based on the SLE Base Container Image." +LABEL org.opencontainers.image.title="SLE BCI Go 1.19-openssl development" +LABEL org.opencontainers.image.description="Go 1.19-openssl development container based on the SLE Base Container Image." LABEL org.opencontainers.image.version="1.19-openssl" LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/golang-stable-image/Dockerfile b/golang-stable-image/Dockerfile index 3a2cd9f7a..70600c6b5 100644 --- a/golang-stable-image/Dockerfile +++ b/golang-stable-image/Dockerfile @@ -11,8 +11,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.golang -LABEL org.opencontainers.image.title="SLE BCI Golang 1.21" -LABEL org.opencontainers.image.description="Golang 1.21 container based on the SLE Base Container Image." +LABEL org.opencontainers.image.title="SLE BCI Go 1.21 development" +LABEL org.opencontainers.image.description="Go 1.21 development container based on the SLE Base Container Image." LABEL org.opencontainers.image.version="1.21" LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/golang-stable-openssl-image/Dockerfile b/golang-stable-openssl-image/Dockerfile index a68357e4b..58e2c9d12 100644 --- a/golang-stable-openssl-image/Dockerfile +++ b/golang-stable-openssl-image/Dockerfile @@ -11,8 +11,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.golang -LABEL org.opencontainers.image.title="SLE BCI Golang 1.20-openssl" -LABEL org.opencontainers.image.description="Golang 1.20-openssl container based on the SLE Base Container Image." +LABEL org.opencontainers.image.title="SLE BCI Go 1.20-openssl development" +LABEL org.opencontainers.image.description="Go 1.20-openssl development container based on the SLE Base Container Image." LABEL org.opencontainers.image.version="1.20-openssl" LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/python-3.11-image/Dockerfile b/python-3.11-image/Dockerfile index 6230ed09a..53eae463d 100644 --- a/python-3.11-image/Dockerfile +++ b/python-3.11-image/Dockerfile @@ -28,7 +28,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 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core; zypper -n clean; rm -rf /var/log/* ENV PYTHON_VERSION="%%py311_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" diff --git a/python-3.6-image/Dockerfile b/python-3.6-image/Dockerfile index 023c6bc9a..9d07443dd 100644 --- a/python-3.6-image/Dockerfile +++ b/python-3.6-image/Dockerfile @@ -27,7 +27,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 lifecycle-data-sle-module-development-tools; 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; zypper -n clean; rm -rf /var/log/* ENV PYTHON_VERSION="%%py36_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" From 530f3964c4e8ebca4aca21c792840416ab5c19f7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 28 Sep 2023 12:01:53 +0000 Subject: [PATCH 2/2] Update changelogs for python-3.11-image, python-3.6-image, golang-oldstable-openssl-image, golang-stable-openssl-image, golang-stable-image, golang-oldstable-image --- golang-oldstable-image/golang-oldstable-image.changes | 5 +++++ .../golang-oldstable-openssl-image.changes | 5 +++++ golang-stable-image/golang-stable-image.changes | 5 +++++ .../golang-stable-openssl-image.changes | 5 +++++ python-3.11-image/python-3.11-image.changes | 5 +++++ python-3.6-image/python-3.6-image.changes | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/golang-oldstable-image/golang-oldstable-image.changes b/golang-oldstable-image/golang-oldstable-image.changes index fe96828bc..69518b248 100644 --- a/golang-oldstable-image/golang-oldstable-image.changes +++ b/golang-oldstable-image/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:53 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:14 UTC 2023 - Dirk Mueller diff --git a/golang-oldstable-openssl-image/golang-oldstable-openssl-image.changes b/golang-oldstable-openssl-image/golang-oldstable-openssl-image.changes index 275e8f72f..90bfc35d1 100644 --- a/golang-oldstable-openssl-image/golang-oldstable-openssl-image.changes +++ b/golang-oldstable-openssl-image/golang-oldstable-openssl-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:53 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:14 UTC 2023 - Dirk Mueller diff --git a/golang-stable-image/golang-stable-image.changes b/golang-stable-image/golang-stable-image.changes index 6a6d0c0b9..f7c8fe1fd 100644 --- a/golang-stable-image/golang-stable-image.changes +++ b/golang-stable-image/golang-stable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:53 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:14 UTC 2023 - Dirk Mueller diff --git a/golang-stable-openssl-image/golang-stable-openssl-image.changes b/golang-stable-openssl-image/golang-stable-openssl-image.changes index 09830f5d7..b3fa9874d 100644 --- a/golang-stable-openssl-image/golang-stable-openssl-image.changes +++ b/golang-stable-openssl-image/golang-stable-openssl-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:53 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:14 UTC 2023 - Dirk Mueller diff --git a/python-3.11-image/python-3.11-image.changes b/python-3.11-image/python-3.11-image.changes index 456ebc38e..4d40cd168 100644 --- a/python-3.11-image/python-3.11-image.changes +++ b/python-3.11-image/python-3.11-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:53 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:14 UTC 2023 - Dirk Mueller diff --git a/python-3.6-image/python-3.6-image.changes b/python-3.6-image/python-3.6-image.changes index d8b289d82..6bf207219 100644 --- a/python-3.6-image/python-3.6-image.changes +++ b/python-3.6-image/python-3.6-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:01:53 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:14 UTC 2023 - Dirk Mueller