1818# !BuildTag: bci/golang:%%golang_version%%-2.%RELEASE%
1919# !BuildTag: bci/golang:%%golang_version%%
2020# !BuildTag: bci/golang:oldstable
21- # !BuildTag: bci/golang:1.24
21+ # !BuildTag: bci/golang:1.25
2222# !BuildName: bci-golang-oldstable
23- # !BuildVersion: 16.0.1.24 .2
23+ # !BuildVersion: 16.0.1.25 .2
2424FROM registry.suse.com/bci/bci-base:16.0
2525
2626RUN set -euo pipefail; \
27- zypper -n install --no-recommends go1.24 go1.24 -doc make curl findutils gawk git-core procps util-linux
27+ zypper -n install --no-recommends go1.25 go1.25 -doc make curl findutils gawk git-core procps util-linux
2828
2929# cleanup logs and temporary files
3030RUN set -euo pipefail; zypper -n clean -a; \
@@ -41,8 +41,8 @@ RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/' /etc/shad
4141# Define labels according to https://en.opensuse.org/Building_derived_containers
4242# labelprefix=com.suse.bci.golang
4343LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
44- LABEL org.opencontainers.image.title="SUSE Linux BCI Go 1.24 development"
45- LABEL org.opencontainers.image.description="Go 1.24 development container based on the SUSE Linux Base Container Image."
44+ LABEL org.opencontainers.image.title="SUSE Linux BCI Go 1.25 development"
45+ LABEL org.opencontainers.image.description="Go 1.25 development container based on the SUSE Linux Base Container Image."
4646LABEL org.opencontainers.image.version="%%golang_version%%"
4747LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4848LABEL org.opencontainers.image.created="%BUILDTIME%"
@@ -66,7 +66,7 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
6666
6767# only available on go's tsan_arch architectures
6868# !ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
69- RUN set -euo pipefail; if zypper -n install go1.24 -race; then zypper -n clean -a; fi
69+ RUN set -euo pipefail; if zypper -n install go1.25 -race; then zypper -n clean -a; fi
7070WORKDIR /go
7171RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
7272RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \
0 commit comments