Skip to content

Commit

Permalink
Add 1.9.3 version support
Browse files Browse the repository at this point in the history
  • Loading branch information
cookcodeblog committed Jun 6, 2018
1 parent bc917db commit bf209ae
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
*.iml
2 changes: 2 additions & 0 deletions etcd-amd64/3.1.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/etcd-amd64:3.1.10
MAINTAINER mritd <[email protected]>
2 changes: 2 additions & 0 deletions k8s-dns-dnsmasq-nanny-amd64/1.14.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.7
MAINTAINER Jason.lui <[email protected]>
2 changes: 2 additions & 0 deletions k8s-dns-kube-dns-amd64/1.14.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.7
MAINTAINER mritd <[email protected]>
2 changes: 2 additions & 0 deletions k8s-dns-sidecar-amd64/1.14.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.7
MAINTAINER Jason.lui <[email protected]>
2 changes: 2 additions & 0 deletions kube-proxy-amd64/v1.9.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kube-proxy-amd64:v1.9.3
MAINTAINER mritd <[email protected]>
2 changes: 2 additions & 0 deletions kube-scheduler-amd64/v1.9.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kube-scheduler-amd64:v1.9.3
MAINTAINER mritd <[email protected]>

0 comments on commit bf209ae

Please sign in to comment.