@@ -16,11 +16,10 @@ var refreshedImages = map[string]bool{}
1616
1717var RuntimeToInfo = map [string ]RuntimeInfo {
1818 "python314" : {"fmuschera/serverledge-python314" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
19- "python-numpy" : {"fmuschera/serverledge-python-numpy" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
2019 "nodejs17ng" : {"fmuschera/serverledge-nodejs17ng" , []string {}, false , []string {X86 , ARM }},
2120 "java21" : {"fmuschera/serverledge-java21" , []string {}, false , []string {X86 , ARM }},
2221 "go125" : {"fmuschera/serverledge-go125" , []string {"/entrypoint.sh" }, true , []string {X86 , ARM }},
23- "go125-bench " : {"fmuschera/serverledge-go-bench " , []string {"/entrypoint.sh " }, true , []string {X86 , ARM }},
22+ "python-numpy " : {"fmuschera/serverledge-python-numpy " , []string {"python" , " /entrypoint.py " }, true , []string {X86 , ARM }},
2423 "python312ml" : {"fmuschera/serverledge-python312ml" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
2524}
2625
0 commit comments