16 Commits

Author SHA1 Message Date
Abdulazizzn
48050a41a8 Refactor code structure for improved readability and maintainability 2025-09-19 02:43:59 +03:00
shortstacked
bb033fc148 fix: Update packages in base image to resolve CVE-2025-58050 (#19034)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-01 13:41:33 +01:00
shortstacked
36b410abdb ci: Update base image packages (#17185) 2025-07-10 13:31:29 +01:00
shortstacked
edf0fec444 fix: Remove APK tools from base (no-changelog) (#16762) 2025-06-27 12:19:12 +01:00
shortstacked
909b65d266 ci: Docker move build stage outside container (no-changelog) (#16009) 2025-06-25 12:52:16 +01:00
कारतोफ्फेलस्क्रिप्ट™
52a9d4b3d9 ci: Use node.js 22 by default. Add initial support for node.js 24 (#16018) 2025-06-04 17:49:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
b984deac3b ci: Use the default version of NPM in docker images (#13501) 2025-02-25 16:59:43 +01:00
कारतोफ्फेलस्क्रिप्ट™
18b6867785 ci: Update corepack before enabling it (no-changelog) (#13004) 2025-02-03 11:16:18 +01:00
कारतोफ्फेलस्क्रिप्ट™
6ea8607716 ci: Switch to Node.js 20 by default. Add initial support for Node.js 22 (#9501) 2024-05-24 12:32:50 +02:00
कारतोफ्फेलस्क्रिप्ट™
1db35c18e9 refactor(core): Rebuild docker infrastructure (#8451) 2024-01-26 13:18:49 +01:00
कारतोफ्फेलस्क्रिप्ट™
b701dcb8ef ci!: Drop support for Node.js 16. Add initial support for Node.js 20 (#6649)
We need to drop node 16 support, [as support for it is ends much earlier now, due to support for openssl 1.1.1 ending](https://nodejs.org/en/blog/announcements/nodejs16-eol).

`0.236.x` releases will continue to support Node.js 16 for another two months, and `1.x.x` releases will only support Node.js 18 for now.
2023-07-12 15:03:23 +02:00
कारतोफ्फेलस्क्रिप्ट™
f024d8be5a ci!: Update docker images for v1 release (#6365)
* ci: Remove debian and rhel7 images

* include libc6-compat in all alpine images

* run all n8n docker containers as the user `node` instead of `root`

* upgrade the default version of npm bundled in all containers

* consolidate docker entrypoints
2023-06-22 19:57:59 +02:00
कारतोफ्फेलस्क्रिप्ट™
e88b9d880a feat(core): Include openssh in the base docker image (no-changelog) (#6275) 2023-05-19 12:16:29 +02:00
कारतोफ्फेलस्क्रिप्ट™
d60a815a44 ci: Use a fixed version of NPM in the release process (no-changelog) (#4975)
ci: Use a fixed version of NPM in the release process
2022-12-21 09:52:10 -06:00
कारतोफ्फेलस्क्रिप्ट™
0b6a9585d4 fix(cli): add git to all docker images (#4189) 2022-09-26 12:43:36 +02:00
कारतोफ्फेलस्क्रिप्ट™
398adb23e8 feat(docker): reduce the size of alpine docker images (#3973)
* reduce redundant code between the two alpine Dockerfiles
* reduce the docker image build times
* reduce the `n8n` image size from 1.17GB to 462MB
* reduce the `n8n-custom` image size from 671MB to 460MB
* reduce the size of npm tree by making all typing packages devDependencies

Partially resolves this ticket: N8N-3252
2022-08-31 15:25:52 +02:00