fix(dockerfile): Update Docker base images to use code.foss.global instead of registry.gitlab.com
This commit is contained in:
+30
-24
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@serve.zone/coreflow",
|
||||
"version": "1.0.132",
|
||||
"description": "A comprehensive solution for managing Docker and scaling applications across servers, handling tasks from service provisioning to network traffic management.",
|
||||
"description": "A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -31,13 +31,19 @@
|
||||
"Web services",
|
||||
"Container management",
|
||||
"Cluster configuration",
|
||||
"DevOps tools",
|
||||
"Cloud services integration",
|
||||
"Security management",
|
||||
"High availability services",
|
||||
"Multi-cloud orchestration",
|
||||
"DevOps",
|
||||
"Cloud integration",
|
||||
"Security",
|
||||
"High availability",
|
||||
"Multi-cloud",
|
||||
"Service discovery",
|
||||
"Distributed systems"
|
||||
"Distributed systems",
|
||||
"Docker Swarm",
|
||||
"Traffic management",
|
||||
"Service provisioning",
|
||||
"Monitoring",
|
||||
"Observability",
|
||||
"TypeScript"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
@@ -46,35 +52,35 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/coreflow#readme",
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
"@git.zone/tsrun": "^1.2.46",
|
||||
"@git.zone/tsbuild": "^2.2.0",
|
||||
"@git.zone/tsrun": "^1.3.3",
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@git.zone/tswatch": "^2.0.7",
|
||||
"@push.rocks/tapbundle": "^5.0.23"
|
||||
"@git.zone/tswatch": "^2.0.25",
|
||||
"@push.rocks/tapbundle": "^5.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@api.global/typedrequest": "^3.0.23",
|
||||
"@api.global/typedrequest": "^3.1.10",
|
||||
"@api.global/typedsocket": "^3.0.1",
|
||||
"@apiclient.xyz/docker": "^1.0.112",
|
||||
"@apiclient.xyz/docker": "^1.2.7",
|
||||
"@push.rocks/early": "^4.0.3",
|
||||
"@push.rocks/lik": "^6.0.15",
|
||||
"@push.rocks/lik": "^6.1.0",
|
||||
"@push.rocks/projectinfo": "^5.0.1",
|
||||
"@push.rocks/qenv": "^6.0.5",
|
||||
"@push.rocks/smartcli": "^4.0.10",
|
||||
"@push.rocks/smartcli": "^4.0.11",
|
||||
"@push.rocks/smartdelay": "^3.0.1",
|
||||
"@push.rocks/smartlog": "^3.0.2",
|
||||
"@push.rocks/smartlog": "^3.0.7",
|
||||
"@push.rocks/smartnetwork": "3.0.2",
|
||||
"@push.rocks/smartpath": "^5.0.18",
|
||||
"@push.rocks/smartpromise": "^4.0.2",
|
||||
"@push.rocks/smartrequest": "^2.0.22",
|
||||
"@push.rocks/smartpromise": "^4.0.4",
|
||||
"@push.rocks/smartrequest": "^2.0.23",
|
||||
"@push.rocks/smartrx": "^3.0.2",
|
||||
"@push.rocks/smartstate": "^2.0.6",
|
||||
"@push.rocks/smartstate": "^2.0.19",
|
||||
"@push.rocks/smartstring": "^4.0.15",
|
||||
"@push.rocks/taskbuffer": "^3.0.10",
|
||||
"@serve.zone/api": "^2.0.28",
|
||||
"@serve.zone/interfaces": "^1.0.51",
|
||||
"@tsclass/tsclass": "^4.0.54",
|
||||
"@types/node": "20.12.11"
|
||||
"@serve.zone/api": "^4.3.11",
|
||||
"@serve.zone/interfaces": "^4.3.11",
|
||||
"@tsclass/tsclass": "^4.1.2",
|
||||
"@types/node": "22.9.0"
|
||||
},
|
||||
"private": true,
|
||||
"files": [
|
||||
@@ -92,4 +98,4 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user