Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins_terraform_module
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabius
jenkins_terraform_module
Commits
1b425522
Commit
1b425522
authored
Mar 02, 2020
by
FabiusE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Dockerfile for Slave Image
parent
a55174d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
Dockerfile
Dockerfile
+16
-0
values.yaml
values.yaml
+24
-0
No files found.
Dockerfile
0 → 100644
View file @
1b425522
FROM
jenkinsci/jnlp-slave
USER
root
RUN
apt-get update
&&
\
apt-get -y install apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common && \
curl -fsSL https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg > /tmp/dkey; apt-key add /tmp/dkey && \
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \
$(lsb_release -cs) \
stable" && \
apt-get update && \
apt-get -y install docker-ce
\ No newline at end of file
values.yaml
0 → 100644
View file @
1b425522
master
:
extraPorts
:
-
name
:
ssh
port
:
2222
externalPort
:
22
protocol
:
TCP
-
name
:
slvlistener-jen
port
:
50000
externalPort
:
50000
protocol
:
TCP
agent
:
enabled
:
true
image
:
fabiuse/jenkins-with-docker
tag
:
latest
alwaysPullImage
:
true
privileged
:
true
volumes
:
-
type
:
HostPath
hostPath
:
/var/run/docker.sock
mountPath
:
/var/run/docker.sock
networkPolicy
:
enabled
:
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment