Commit Graph

56 Commits

Author SHA1 Message Date
2130a8a879 feat(docker): add Docker context detection, rootless support, and context-aware buildx registry handling 2026-02-07 04:33:07 +00:00
eddb8cd156 feat(docker): add detailed logging for buildx, build commands, local registry, and local dependency info 2026-02-06 16:35:49 +00:00
37dfde005e feat(docker): start temporary local registry for buildx dependency resolution and ensure buildx builder uses host network 2026-02-06 15:53:32 +00:00
31fb4aea3c feat(classes.dockerfile): support using a local base image as a build context in buildx commands 2026-02-06 15:05:46 +00:00
02b267ee10 feat(build): add verbose build output, progress logging, and timing for builds/tests 2026-02-06 14:52:16 +00:00
cc83743f9a feat(build): add optional content-hash based build cache to skip rebuilding unchanged Dockerfiles 2026-02-06 14:18:06 +00:00
02688861f4 feat(cli): add CLI version display using commitinfo 2026-02-06 13:39:24 +00:00
c09bef33c3 feat(docker): add support for no-cache builds and tag built images for local dependency resolution 2026-02-06 13:25:21 +00:00
7cac628975 feat(build): add support for selective builds, platform override and build timeout 2026-02-06 11:58:32 +00:00
7b7064864e fix(dockerfile): fix matching of base images to local Dockerfiles by stripping registry prefixes when comparing image references 2026-02-04 14:01:57 +00:00
b0f87deb4b fix(classes.dockerfile): use a single top-level fs import instead of requiring fs inside methods 2026-01-21 00:03:25 +00:00
808066d8c3 fix(docs): update README: expand usage, installation, quick start, features, troubleshooting and migration notes 2026-01-20 12:28:28 +00:00
e1492f8ec4 feat(tsdocker): add multi-registry and multi-arch Docker build/push/pull manager, registry storage, Dockerfile handling, and new CLI commands 2026-01-20 09:33:31 +00:00
6995010a2c feat(packaging): Rename package scope to @git.zone and migrate to ESM; rename CLI/config keys, update entrypoints and imports, bump Node requirement to 18, and adjust scripts/dependencies 2026-01-19 22:08:59 +00:00
c538e6b10b fix(packaging): Rename package scope to @git.zone and migrate deps/CI; pin pnpm and enable ESM packaging 2025-12-13 09:44:37 +00:00
0c626c20e7 fix(package.json): Add packageManager field to package.json to pin pnpm version 2025-11-22 18:08:31 +00:00
08d32f0370 fix(core): Migrate to @git.zone / @push.rocks packages, replace smartfile with smartfs and adapt filesystem usage; update dev deps and remove CI/lint config 2025-11-22 18:07:39 +00:00
08ead4258f fix(core): update 2021-09-30 11:14:43 +02:00
8b61a90b5f fix(core): update 2019-05-10 11:46:37 +02:00
5f681ff237 fix(core): update 2019-05-10 11:45:20 +02:00
565c002127 fix(core): update 2019-05-09 10:06:59 +02:00
18d16feaa9 fix(core): update 2018-10-29 01:07:39 +01:00
7b50ceb69f fix(clean): images are now cleaned in a more thorough way 2018-10-28 21:40:31 +01:00
ecb458f5cd fix(dependencies): update 2018-09-16 21:08:13 +02:00
f21df13b7c fix(update to latest standards): update 2018-07-21 13:32:51 +02:00
14761a442e fix(ci): add build command to package.json 2018-05-18 13:17:52 +02:00
551b8d0cde fix(package): include npmdocker with npm @gitzone scope 2018-05-18 13:09:14 +02:00
4f23b61e14 update description 2018-01-24 23:51:31 +01:00
d2cd294b36 now cleaning up correctly 2017-10-13 18:06:12 +02:00
ccd2cb6cbd update 2017-10-13 17:50:31 +02:00
34753a4ae0 fix docker testing 2017-10-13 16:44:25 +02:00
73b1a73719 update Analytics 2017-10-07 14:15:29 +02:00
9176b56035 update dependencies and greeting 2017-07-16 13:58:41 +02:00
b6a6aac8e5 now includes smartanalytics 2017-04-21 13:44:18 +02:00
c29a261cb6 update to latest standards 2017-04-20 21:57:44 +02:00
822e480bdf fix command execution 2017-04-02 14:48:23 +02:00
d55f7ef7f2 now running async and a lot faster 2017-03-29 01:01:37 +02:00
aa3b85314d added speedtest 2017-02-12 16:04:27 +01:00
b5145294bd add removing volumes 2017-02-12 15:17:59 +01:00
abf5cd1e24 added clean --all 2017-02-11 23:37:01 +01:00
eab75f03da update dependencies and README 2017-02-11 20:23:10 +01:00
52294de14f remove unnecessary dependencies 2016-08-04 22:36:00 +02:00
8778324e5b now supports qenv 2016-08-04 22:25:15 +02:00
2c49978674 now also removes old running containers 2016-07-29 22:19:53 +02:00
6904088af8 now removes any previous containers to avoid name space conflicts after errors 2016-07-29 22:00:22 +02:00
f9f0119121 now has better support for docker in docker 2016-07-29 00:52:30 +02:00
25b3cc1045 added dockerSock option 2016-07-28 18:01:02 +02:00
687417c03d now fully working 2016-07-20 00:40:37 +02:00
ca0ecd4e93 now working 2016-07-19 19:21:06 +02:00
2d5054be0b update docker handling 2016-07-19 02:10:36 +02:00