[info=823dc8fd11bead400a8629a0aad337e0]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-stable-image?expand=0&rev=15
This commit is contained in:
Dan Čermák 2023-07-12 13:03:32 +00:00 committed by Git OBS Bridge
parent e9af11993b
commit cb72225cf3
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends go1.20 distribution-release make git-core; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends go1.20 make git-core; zypper -n clean; rm -rf /var/log/*
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"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Remove distribution-release from the package list, it is inherited from the base image
-------------------------------------------------------------------
Tue Jun 27 15:55:34 UTC 2023 - Dan Čermák <dcermak@suse.com>