Skip to content

Commit

Permalink
Merge pull request #11 from childsb/docker_rename
Browse files Browse the repository at this point in the history
Rename docker image
  • Loading branch information
childsb authored Dec 1, 2017
2 parents 6b5e93a + 530d550 commit 542525a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Copyright 2015 bradley childs, All rights reserved.
# Copyright 2017 Kubernetes, All rights reserved.
#

FROM centos:7
MAINTAINER bradley childs, [email protected]
# AWS CLI build deps
MAINTAINER sig-storage, [email protected]
RUN yum update -y

# Provisioner build deps
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deps:
.PHONY: deps

quick-container:
docker build -t kubernetes-csi:latest .
docker build -t kube-csi-provision:latest .
.PHONY: quick-container

provisioner:
Expand Down

0 comments on commit 542525a

Please sign in to comment.