Skip to content

Commit

Permalink
Merge pull request #101 from adambkaplan/rebase-1.14
Browse files Browse the repository at this point in the history
Rebase to 1.14.0
  • Loading branch information
openshift-merge-robot committed May 30, 2019
2 parents 657c2cf + 198a5a0 commit b01fb05
Show file tree
Hide file tree
Showing 3,600 changed files with 102,861 additions and 359,627 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 AS builder
WORKDIR /go/src/github.com/openshift/cluster-openshift-controller-manager-operator
COPY . .
RUN go build ./cmd/cluster-openshift-controller-manager-operator
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.11 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
WORKDIR /go/src/github.com/openshift/cluster-openshift-controller-manager-operator
COPY . .
RUN go build ./cmd/cluster-openshift-controller-manager-operator
Expand Down
4 changes: 2 additions & 2 deletions cmd/cluster-openshift-controller-manager-operator/main.go
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/pflag"

utilflag "k8s.io/apiserver/pkg/util/flag"
"k8s.io/apiserver/pkg/util/logs"
utilflag "k8s.io/component-base/cli/flag"
"k8s.io/component-base/logs"

"github.com/openshift/cluster-openshift-controller-manager-operator/pkg/cmd/operator"
)
Expand Down

0 comments on commit b01fb05

Please sign in to comment.