feat: use naeel/go-builder-fast:v1 with prebuilt stdlib, deploy v0.8.13

This commit is contained in:
Naeel
2026-04-25 15:18:01 +03:00
parent 42b239bb51
commit b46921708c
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
serviceAccountName: fission-console
containers:
- name: console
image: naeel/fission-console:v0.8.12
image: naeel/fission-console:v0.8.13
ports:
- containerPort: 8090
env:
+1 -1
View File
@@ -122,7 +122,7 @@ type langEnvDef struct {
var langEnvMap = map[string]langEnvDef{
"python": {Image: "ghcr.io/fission/python-env"},
"nodejs": {Image: "ghcr.io/fission/node-env"},
"go": {Image: "ghcr.io/fission/go-env", BuilderImage: "ghcr.io/fission/go-builder"},
"go": {Image: "ghcr.io/fission/go-env", BuilderImage: "naeel/go-builder-fast:v1"},
"php": {Image: "ghcr.io/fission/php-env"},
"ruby": {Image: "ghcr.io/fission/ruby-env"},
"perl": {Image: "ghcr.io/fission/perl-env", Version: 1},