Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49506459
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
875 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
#
# Nasqueron - Jenkins agent Docker image for Node applications
#
FROM nasqueron/jenkins-agent-barebone
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
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 && \
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 && \
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 && \
chown -R app:app /home/app && \
chmod 711 /home/app
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 16:00 (3 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4083694
Default Alt Text
Dockerfile (875 B)
Attached To
Mode
rDJENKINSAGENTS Docker images for Jenkins agents
Attached
Detach File
Event Timeline
Log In to Comment