diff --git a/Dockerfile b/Dockerfile index dd54041..43d152a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/golang-stable-image/README.md" -RUN set -euo pipefail; zypper -n in --no-recommends go1.22 go1.22-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.22 go1.22-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 2ad4e2e..d478807 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.22-race - make -- git-core ## Licensing diff --git a/golang-stable-image.changes b/golang-stable-image.changes index f976066..f854e65 100644 --- a/golang-stable-image.changes +++ b/golang-stable-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