mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
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
This commit is contained in:
committed by
कारतोफ्फेलस्क्रिप्ट™
parent
f6366160a4
commit
f024d8be5a
@@ -5,8 +5,8 @@ WORKDIR /home/node
|
||||
COPY .npmrc /usr/local/etc/npmrc
|
||||
|
||||
RUN \
|
||||
apk add --update git openssh graphicsmagick tini tzdata ca-certificates && \
|
||||
npm install -g npm@8.19.2 full-icu && \
|
||||
apk add --update git openssh graphicsmagick tini tzdata ca-certificates libc6-compat && \
|
||||
npm install -g npm@9.5.1 full-icu && \
|
||||
rm -rf /var/cache/apk/* /root/.npm /tmp/* && \
|
||||
# Install fonts
|
||||
apk --no-cache add --virtual fonts msttcorefonts-installer fontconfig && \
|
||||
|
||||
Reference in New Issue
Block a user