[info=b1f54747f51749ea870b166773664c96]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=116
This commit is contained in:
Dan Čermák 2024-06-28 06:54:48 +00:00 committed by Git OBS Bridge
parent 2affd20e48
commit a3bbd8ff8c
3 changed files with 9 additions and 4 deletions

View File

@ -39,7 +39,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix # endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/golang-oldstable-image/README.md" 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 GOLANG_VERSION="%%golang_version%%"
ENV GOPATH="/go" 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" ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

View File

@ -118,11 +118,11 @@ for further details.
## Additional tools ## 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 - go1.21-race
- make - make
- git-core
## Licensing ## Licensing

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- add standard devel tools back to development containers
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 24 23:55:53 UTC 2024 - Dirk Mueller <dmueller@suse.com> Mon Jun 24 23:55:53 UTC 2024 - Dirk Mueller <dmueller@suse.com>