Apparently pluses are disallowed in Docker tags
This commit is contained in:
parent
4404657909
commit
46b2bcf4bd
|
@ -1,5 +1,7 @@
|
||||||
id: "a+"
|
id: "aplus"
|
||||||
aliases:
|
aliases:
|
||||||
|
- "a+"
|
||||||
|
- "ap"
|
||||||
- "aplus"
|
- "aplus"
|
||||||
name: "A+"
|
name: "A+"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
id: "aspectc++"
|
id: "aspectcpp"
|
||||||
aliases:
|
aliases:
|
||||||
- "aspectcpp"
|
- "aspectc++"
|
||||||
|
- "aspectcplusplus"
|
||||||
name: "AspectC++"
|
name: "AspectC++"
|
||||||
|
|
||||||
install:
|
install:
|
|
@ -1,6 +1,6 @@
|
||||||
id: "c++"
|
id: "cpp"
|
||||||
aliases:
|
aliases:
|
||||||
- "cpp"
|
- "c++"
|
||||||
- "g++"
|
- "g++"
|
||||||
- "clang++"
|
- "clang++"
|
||||||
- "c++98"
|
- "c++98"
|
||||||
|
@ -18,6 +18,7 @@ aliases:
|
||||||
- "hpp"
|
- "hpp"
|
||||||
- "cxx"
|
- "cxx"
|
||||||
- "hxx"
|
- "hxx"
|
||||||
|
- "cplusplus"
|
||||||
name: "C++"
|
name: "C++"
|
||||||
monacoLang: cpp
|
monacoLang: cpp
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
id: "objectivec++"
|
id: "objectivecpp"
|
||||||
aliases:
|
aliases:
|
||||||
- "objc++"
|
- "objc++"
|
||||||
- "objcpp"
|
- "objcpp"
|
||||||
- "objectivecpp"
|
- "objectivec++"
|
||||||
|
- "objectivecplusplus"
|
||||||
name: "Objective-C++"
|
name: "Objective-C++"
|
||||||
|
|
||||||
install:
|
install:
|
Loading…
Reference in New Issue