@@ -15,12 +15,10 @@ const ARM = "arm64"
1515var refreshedImages = map [string ]bool {}
1616
1717var RuntimeToInfo = map [string ]RuntimeInfo {
18- "python314" : {"fmuschera/serverledge-python314" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
19- "nodejs17ng" : {"fmuschera/serverledge-nodejs17ng" , []string {}, false , []string {X86 , ARM }},
20- "java21" : {"fmuschera/serverledge-java21" , []string {}, false , []string {X86 , ARM }},
21- "go125" : {"fmuschera/serverledge-go125" , []string {"/entrypoint.sh" }, true , []string {X86 , ARM }},
22- "python-numpy" : {"fmuschera/serverledge-python-numpy" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
23- "python312ml" : {"fmuschera/serverledge-python312ml" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
18+ "python314" : {"grussorusso/serverledge-python314" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
19+ "nodejs17ng" : {"grussorusso/serverledge-nodejs17ng" , []string {}, false , []string {X86 , ARM }},
20+ "go125" : {"grussorusso/serverledge-go125" , []string {"/entrypoint.sh" }, true , []string {X86 , ARM }},
21+ "python312ml" : {"grussorusso/serverledge-python312ml" , []string {"python" , "/entrypoint.py" }, true , []string {X86 , ARM }},
2422}
2523
2624// CustomRuntimeToInfo Map to keep track of architectures compatible with each custom runtime image associated with a function registered
0 commit comments