Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#1 from jsafrane/openshift-changes
Browse files Browse the repository at this point in the history
Openshift changes
  • Loading branch information
jsafrane authored Oct 18, 2018
2 parents 6ba243b + 9a287fb commit 35e84fc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM openshift/origin-release:golang-1.10
COPY . /go/src/github.com/kubernetes-csi/external-provisioner/
RUN cd /go/src/github.com/kubernetes-csi/external-provisioner/ && \
go build ./cmd/csi-provisioner

FROM centos:7

COPY --from=0 /go/src/github.com/kubernetes-csi/external-provisioner/csi-provisioner /usr/bin/

RUN useradd csi-provisioner
USER csi-provisioner

CMD ["/usr/bin/csi-provisioner"]
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
approvers:
- openshift-maintainers
- saad-ali
- childsb
- lpabon
Expand Down
8 changes: 8 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
aliases:
openshift-maintainers:
- jsafrane
- tsmetana
- gnufied
- wongma7
- childsb
- bertinatto

0 comments on commit 35e84fc

Please sign in to comment.