diff --git a/Dockerfile b/Dockerfile index 2355e25..43ac9ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/golang-oldstable-image/README.md" -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" diff --git a/README.md b/README.md index 941de20..e3ce95d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ maps) as well as a large standard library. ## 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 @@ for further details. ## 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 diff --git a/golang-oldstable-image.changes b/golang-oldstable-image.changes index 1ea5375..c33cfb7 100644 --- a/golang-oldstable-image.changes +++ b/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller + +- add standard devel tools back to development containers + ------------------------------------------------------------------- Mon Jun 24 23:55:53 UTC 2024 - Dirk Mueller