Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package golang-oldstable-image for openSUSE:Factory checked in at 2024-06-28 15:47:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old) and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "golang-oldstable-image" Fri Jun 28 15:47:53 2024 rev:19 rq:1183817 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes 2024-06-25 23:08:21.212221814 +0200 +++ /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.18349/golang-oldstable-image.changes 2024-06-28 15:51:59.196797794 +0200 @@ -1,0 +2,5 @@ +Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com> + +- add standard devel tools back to development containers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.vBYJnA/_old 2024-06-28 15:52:03.368950415 +0200 +++ /var/tmp/diff_new_pack.vBYJnA/_new 2024-06-28 15:52:03.404951733 +0200 @@ -39,7 +39,7 @@ # endlabelprefix LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/g..." -RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc make git-core; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc make curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV GOLANG_VERSION="%%golang_version%%" ENV GOPATH="/go" ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.vBYJnA/_old 2024-06-28 15:52:03.652960805 +0200 +++ /var/tmp/diff_new_pack.vBYJnA/_new 2024-06-28 15:52:03.688962122 +0200 @@ -12,7 +12,7 @@ ## Usage -We recommend using the Go image as a build environment. Thus, +We recommend using the Go image as a build environment. Thus, the compiler does not need to be shipped as part of the images that are deployed. Instead, we recommend to use the Go image as the builder image only. @@ -118,11 +118,11 @@ ## Additional tools -The following tools are also included in the image: +In addition to the standard SLE BCI development packages, the following tools +are included in the image: - go1.21-race - make -- git-core ## Licensing