File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : rhel-9-release-golang-1.21 -openshift-4.16
4
+ tag : rhel-9-release-golang-1.22 -openshift-4.17
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21 -openshift-4.16 AS builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22 -openshift-4.17 AS builder
2
2
ARG TAGS=ocp
3
3
WORKDIR /go/src/github.com/openshift/console-operator
4
4
COPY . .
5
5
ENV GO_PACKAGE github.com/openshift/console-operator
6
6
RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" -tags="${TAGS}" -o console ./cmd/console
7
7
8
- FROM registry.ci.openshift.org/ocp/4.16 :base-rhel9
8
+ FROM registry.ci.openshift.org/ocp/4.17 :base-rhel9
9
9
RUN useradd console-operator
10
10
USER console-operator
11
11
COPY --from=builder /go/src/github.com/openshift/console-operator/console /usr/bin/console
Original file line number Diff line number Diff line change 1
1
module github.com/openshift/console-operator
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
toolchain go1.22.1
6
6
You can’t perform that action at this time.
0 commit comments