Zack Williams | 41513bf | 2018-07-07 20:08:35 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 15 | voltha_containers: |
Stephane Barbarie | 78d9fa6 | 2018-04-19 14:11:05 -0400 | [diff] [blame] | 16 | - alpine:3.6 |
| 17 | - busybox:latest |
| 18 | - nginx:1.13 |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 19 | - consul:0.9.2 |
| 20 | - fluent/fluentd:v0.12.42 |
| 21 | - gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.2 |
| 22 | - gcr.io/google_containers/defaultbackend:1.4 |
| 23 | - gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.8 |
| 24 | - gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.8 |
| 25 | - gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.8 |
Stephane Barbarie | 78d9fa6 | 2018-04-19 14:11:05 -0400 | [diff] [blame] | 26 | - gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.3 |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 27 | - gcr.io/google_containers/pause-amd64:3.0 |
| 28 | - k8s.gcr.io/fluentd-gcp:1.30 |
| 29 | - kamon/grafana_graphite:3.0 |
| 30 | - lyft/envoy:29361deae91575a1d46c7a21e913f19e75622ebe |
Stephane Barbarie | 78d9fa6 | 2018-04-19 14:11:05 -0400 | [diff] [blame] | 31 | - quay.io/calico/cni:v1.11.4 |
| 32 | - quay.io/calico/ctl:v1.6.3 |
| 33 | - quay.io/calico/node:v2.6.8 |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 34 | - quay.io/coreos/etcd:v3.2.4 |
Zack Williams | 41513bf | 2018-07-07 20:08:35 -0700 | [diff] [blame] | 35 | - quay.io/coreos/etcd-operator:v0.7.2 |
Stephane Barbarie | 78d9fa6 | 2018-04-19 14:11:05 -0400 | [diff] [blame] | 36 | - quay.io/coreos/etcd:v3.2.9 |
| 37 | - gcr.io/google-containers/hyperkube:v1.9.5 |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 38 | - quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.10.2 |
| 39 | - voltha-cli:latest |
| 40 | - voltha-dashd:latest |
| 41 | - voltha-envoy:latest |
| 42 | - voltha-netconf:latest |
| 43 | - voltha-ofagent:latest |
| 44 | - voltha-shovel:latest |
| 45 | - voltha-tools:latest |
| 46 | - voltha-voltha:latest |
Stephane Barbarie | 30f64b8 | 2018-03-28 16:26:12 -0400 | [diff] [blame] | 47 | - wurstmeister/kafka:1.0.0 |
| 48 | - zookeeper:3.4.11 |