committed by
					
						
						Peter Scheibel
					
				
			
			
				
	
			
			
			
						parent
						
							6ddc077e08
						
					
				
				
					commit
					187cb51b49
				
			@@ -8,7 +8,9 @@
 | 
				
			|||||||
    "build_tags": {
 | 
					    "build_tags": {
 | 
				
			||||||
      "develop": "latest",
 | 
					      "develop": "latest",
 | 
				
			||||||
      "0.14": "0.14",
 | 
					      "0.14": "0.14",
 | 
				
			||||||
      "0.14.0": "0.14.0"
 | 
					      "0.14.0": "0.14.0",
 | 
				
			||||||
 | 
					      "0.14.1": "0.14.1",
 | 
				
			||||||
 | 
					      "0.14.2": "0.14.2"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "ubuntu:16.04": {
 | 
					  "ubuntu:16.04": {
 | 
				
			||||||
@@ -20,7 +22,9 @@
 | 
				
			|||||||
    "build_tags": {
 | 
					    "build_tags": {
 | 
				
			||||||
      "develop": "latest",
 | 
					      "develop": "latest",
 | 
				
			||||||
      "0.14": "0.14",
 | 
					      "0.14": "0.14",
 | 
				
			||||||
      "0.14.0": "0.14.0"
 | 
					      "0.14.0": "0.14.0",
 | 
				
			||||||
 | 
					      "0.14.1": "0.14.1",
 | 
				
			||||||
 | 
					      "0.14.2": "0.14.2"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "centos:7": {
 | 
					  "centos:7": {
 | 
				
			||||||
@@ -32,7 +36,9 @@
 | 
				
			|||||||
    "build_tags": {
 | 
					    "build_tags": {
 | 
				
			||||||
      "develop": "latest",
 | 
					      "develop": "latest",
 | 
				
			||||||
      "0.14": "0.14",
 | 
					      "0.14": "0.14",
 | 
				
			||||||
      "0.14.0": "0.14.0"
 | 
					      "0.14.0": "0.14.0",
 | 
				
			||||||
 | 
					      "0.14.1": "0.14.1",
 | 
				
			||||||
 | 
					      "0.14.2": "0.14.2"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "centos:6": {
 | 
					  "centos:6": {
 | 
				
			||||||
@@ -44,7 +50,9 @@
 | 
				
			|||||||
    "build_tags": {
 | 
					    "build_tags": {
 | 
				
			||||||
      "develop": "latest",
 | 
					      "develop": "latest",
 | 
				
			||||||
      "0.14": "0.14",
 | 
					      "0.14": "0.14",
 | 
				
			||||||
      "0.14.0": "0.14.0"
 | 
					      "0.14.0": "0.14.0",
 | 
				
			||||||
 | 
					      "0.14.1": "0.14.1",
 | 
				
			||||||
 | 
					      "0.14.2": "0.14.2"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -29,7 +29,10 @@
 | 
				
			|||||||
                },
 | 
					                },
 | 
				
			||||||
                'spack': {
 | 
					                'spack': {
 | 
				
			||||||
                    'type': 'string',
 | 
					                    'type': 'string',
 | 
				
			||||||
                    'enum': ['develop', '0.14', '0.14.0']
 | 
					                    'enum': [
 | 
				
			||||||
 | 
					                        'develop',
 | 
				
			||||||
 | 
					                        '0.14', '0.14.0', '0.14.1', '0.14.2'
 | 
				
			||||||
 | 
					                    ]
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            'required': ['image', 'spack']
 | 
					            'required': ['image', 'spack']
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user