feat: restructure ht-docker-tools repository with enhanced Deno support and NVM integration
- Removed Dockerfile and added multiple Dockerfiles for various tools (ClickHouse, MongoDB, MinIO, Caddy, Redis) with Deno runtime. - Updated package.json to reflect new repository structure and versioning. - Added comprehensive README and technical notes for architecture overview and usage. - Implemented build and test scripts for streamlined image creation and validation. - Introduced bash scripts for NVM functionality in Docker images.
This commit is contained in:
19
package.json
19
package.json
@@ -1,22 +1,23 @@
|
||||
{
|
||||
"name": "ht-docker-clickhouse",
|
||||
"name": "ht-docker-tools",
|
||||
"private": true,
|
||||
"version": "1.0.17",
|
||||
"description": "chrome for docker",
|
||||
"version": "2.0.0",
|
||||
"description": "Docker images for various tools (MongoDB, MinIO, ClickHouse, Caddy, Redis) with Deno runtime",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\"",
|
||||
"testBuild": "docker build -t yandex . && docker rmi yandex",
|
||||
"build": "echo 'not needed.'"
|
||||
"build": "echo 'not needed.'",
|
||||
"build:images": "chmod +x build-images.sh && ./build-images.sh",
|
||||
"test:images": "chmod +x test-images.sh && ./test-images.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-clickhouse.git"
|
||||
"url": "git+ssh://git@code.foss.global/host.today/ht-docker-tools.git"
|
||||
},
|
||||
"author": "",
|
||||
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/hosttoday/ht-docker-clickhouse/issues"
|
||||
"url": "https://code.foss.global/host.today/ht-docker-tools/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/hosttoday/ht-docker-clickhouse#README"
|
||||
"homepage": "https://code.foss.global/host.today/ht-docker-tools#readme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user