Accepting request 1183817 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1183817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-oldstable-image?expand=0&rev=19
This commit is contained in:
commit
ae8789247c
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user