Zack Williams | f102607 | 2018-05-04 18:00:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2018-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | # Whitelist for use with imagebuilder, only images needed for api-test |
| 17 | |
| 18 | docker_image_whitelist: |
| 19 | - xosproject/chameleon |
| 20 | - xosproject/xos-base |
| 21 | - xosproject/xos-client |
| 22 | - xosproject/xos-core |
| 23 | - xosproject/xos-libraries |
| 24 | - xosproject/xos-tosca |
| 25 | - xosproject/xos-synchronizer-base |
| 26 | - xosproject/rcord-synchronizer |
| 27 | - xosproject/volt-synchronizer |
| 28 | - xosproject/vtn-synchronizer |
| 29 | - xosproject/onos-synchronizer |
| 30 | - xosproject/addressmanager-synchronizer |
| 31 | - xosproject/vsg-hw-synchronizer |
| 32 | - xosproject/kubernetes-synchronizer |
| 33 | - xosproject/fabric-synchronizer |
| 34 | - xosproject/xos-api-tester |
| 35 | - node |
| 36 | - postgres |
| 37 | - redis |
| 38 | |