Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748743
D2924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2924.diff
View Options
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -48,7 +48,6 @@
* Version control:
* Git
* Node:
- * Node 9.x
- * PhantomJS
+ * Node 19.x
* node-sass
* Spectacle
diff --git a/jenkins-agent-node/Dockerfile b/jenkins-agent-node/Dockerfile
--- a/jenkins-agent-node/Dockerfile
+++ b/jenkins-agent-node/Dockerfile
@@ -12,12 +12,12 @@
RUN apt-get update && \
apt-get install -y curl unzip git sudo python libssl-dev pkg-config build-essential \
cmake nano vim file wget && \
- curl -sL https://deb.nodesource.com/setup_9.x | bash && \
+ curl -sL https://deb.nodesource.com/setup_19.x | bash - && \
apt-get install -y nodejs && \
apt-get autoremove && apt-get clean && \
- npm install --unsafe-perm -g node-sass && \
- npm install --unsafe-perm -g spectacle-docs && \
npm install -g yarn && \
+ cd /opt && git clone https://github.com/nasqueron/spectacle && cd spectacle && yarn install && \
+ ln -s /opt/spectacle/bin/spectacle.js /usr/local/bin/spectacle && \
groupadd -r app -g 433 && \
mkdir /home/app && \
useradd -u 431 -r -g app -d /home/app -s /bin/sh -c "Default application account" app && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 10:29 (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249199
Default Alt Text
D2924.diff (1 KB)
Attached To
Mode
D2924: Upgrade to Node 19
Attached
Detach File
Event Timeline
Log In to Comment