Accepting request 1186158 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1186158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-stable-image?expand=0&rev=20
This commit is contained in:
commit
6c85e6c708
@ -43,9 +43,14 @@ LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/
|
||||
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 GOTOOLCHAIN="local"
|
||||
ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
|
||||
|
||||
# only available on go's tsan_arch architectures
|
||||
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
|
||||
RUN set -euo pipefail; if zypper -n install go1.22-race; then zypper -n clean; rm -rf /var/log/*; fi
|
||||
RUN set -euo pipefail; if zypper -n install go1.22-race; then zypper -n clean; fi
|
||||
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
|
||||
RUN set -euo pipefail; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
WORKDIR /go
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 10:31:08 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- more upstream-compatible golang containers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user