fix(core): Fix image retrieval and service deployment process for workload services

This commit is contained in:
2024-12-29 14:11:01 +01:00
parent 21903acbbe
commit 6d818b4b36
5 changed files with 107 additions and 815 deletions
+3 -3
View File
@@ -62,7 +62,7 @@
"dependencies": {
"@api.global/typedrequest": "^3.1.10",
"@api.global/typedsocket": "^3.0.1",
"@apiclient.xyz/docker": "^1.2.7",
"@apiclient.xyz/docker": "^1.3.0",
"@push.rocks/early": "^4.0.3",
"@push.rocks/lik": "^6.1.0",
"@push.rocks/projectinfo": "^5.0.1",
@@ -79,8 +79,8 @@
"@push.rocks/smartstream": "^3.2.5",
"@push.rocks/smartstring": "^4.0.15",
"@push.rocks/taskbuffer": "^3.0.10",
"@serve.zone/api": "^4.5.1",
"@serve.zone/interfaces": "^4.5.1",
"@serve.zone/api": "^4.10.0",
"@serve.zone/interfaces": "^4.10.0",
"@tsclass/tsclass": "^4.2.0",
"@types/node": "22.10.2"
},