spack containerize: allow 0.14.3 tag for next release
This commit is contained in:
parent
187cb51b49
commit
8f208b17e2
@ -10,7 +10,8 @@
|
|||||||
"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.1": "0.14.1",
|
||||||
"0.14.2": "0.14.2"
|
"0.14.2": "0.14.2",
|
||||||
|
"0.14.3": "0.14.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ubuntu:16.04": {
|
"ubuntu:16.04": {
|
||||||
@ -24,7 +25,8 @@
|
|||||||
"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.1": "0.14.1",
|
||||||
"0.14.2": "0.14.2"
|
"0.14.2": "0.14.2",
|
||||||
|
"0.14.3": "0.14.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"centos:7": {
|
"centos:7": {
|
||||||
@ -38,7 +40,8 @@
|
|||||||
"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.1": "0.14.1",
|
||||||
"0.14.2": "0.14.2"
|
"0.14.2": "0.14.2",
|
||||||
|
"0.14.3": "0.14.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"centos:6": {
|
"centos:6": {
|
||||||
@ -52,7 +55,8 @@
|
|||||||
"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.1": "0.14.1",
|
||||||
"0.14.2": "0.14.2"
|
"0.14.2": "0.14.2",
|
||||||
|
"0.14.3": "0.14.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -31,7 +31,7 @@
|
|||||||
'type': 'string',
|
'type': 'string',
|
||||||
'enum': [
|
'enum': [
|
||||||
'develop',
|
'develop',
|
||||||
'0.14', '0.14.0', '0.14.1', '0.14.2'
|
'0.14', '0.14.0', '0.14.1', '0.14.2', '0.14.3'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user