File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
images/cloud-controller-manager Expand file tree Collapse file tree 2 files changed +3
-3
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-8-release-golang-1.19-openshift-4.13
4
+ tag : rhel-8-release-golang-1.19-openshift-4.14
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14
2
2
WORKDIR /go/src/k8s.io/cloud-provider-openstack
3
3
COPY . .
4
4
RUN go build -o openstack-cloud-controller-manager ./cmd/openstack-cloud-controller-manager
5
5
6
- FROM registry.ci.openshift.org/ocp/4.13 :base
6
+ FROM registry.ci.openshift.org/ocp/4.14 :base
7
7
8
8
COPY --from=0 /go/src/k8s.io/cloud-provider-openstack/openstack-cloud-controller-manager /usr/bin/
9
9
You can’t perform that action at this time.
0 commit comments