1
0

[info=f6949fd3ccd49c9d6c2494591ca94608]

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

View File

@ -40,7 +40,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-stable-image/README.md" 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 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

@ -12,7 +12,7 @@ maps) as well as a large standard library.
## Usage ## 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 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 deployed. Instead, we recommend to use the Go image as the
builder image only. builder image only.
@ -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.22-race - go1.22-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>