File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ build_root_image :
2
+ name : release
3
+ namespace : openshift
4
+ tag : rhel-8-release-golang-1.17-openshift-4.11
1
5
project_image :
2
6
context_dir : .
3
7
dockerfile_path : base.Dockerfile
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16 -openshift-4.10 AS builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17 -openshift-4.11 AS builder
2
2
3
3
ENV GO111MODULE auto
4
4
ENV GOPATH /go
@@ -14,7 +14,7 @@ RUN mkdir -p .git/objects
14
14
COPY . .
15
15
RUN make build/olm bin/cpb
16
16
17
- FROM registry.ci.openshift.org/ocp/4.10 :base
17
+ FROM registry.ci.openshift.org/ocp/4.11 :base
18
18
19
19
ADD manifests/ /manifests
20
20
LABEL io.openshift.release.operator=true
You can’t perform that action at this time.
0 commit comments