Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Docker Build Automation with Jenkins
Search
Awesome Incremented
January 12, 2017
Programming
1
66
Docker Build Automation with Jenkins
Educational example for docker image build automation (DIY)
Awesome Incremented
January 12, 2017
Tweet
Share
More Decks by Awesome Incremented
See All by Awesome Incremented
Fast GeoIp Lookup using Redis
awesomeincremented
0
78
Continuous License Compliance-Analysis
awesomeincremented
0
27
(Almost) Continuous Delivery with Docker in offline environments
awesomeincremented
0
25
Update on Technology Radar
awesomeincremented
0
41
Software Quality
awesomeincremented
1
61
Code Reviews
awesomeincremented
0
56
Coding Guidelies
awesomeincremented
0
48
Oracle Spatial 101 - An Introduction
awesomeincremented
0
110
Team Anti-patterns - and how to resolve them
awesomeincremented
2
250
Other Decks in Programming
See All in Programming
AI 駆動開発におけるコミュニティと AWS CDK の価値
konokenj
5
310
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
220
CSC305 Lecture 10
javiergs
PRO
0
330
ノーコードからの脱出 -地獄のデスロード- / Escape from Base44
keisuke69
0
280
CSC305 Lecture 11
javiergs
PRO
0
320
SidekiqでAIに商品説明を生成させてみた
akinko_0915
0
110
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
720
Introducing RemoteCompose: break your UI out of the app sandbox.
camaelon
2
350
品質ワークショップをやってみた
nealle
0
840
Inside of Swift Export
giginet
PRO
1
290
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
150
One Enishi After Another
snoozer05
PRO
0
170
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
697
190k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Facilitating Awesome Meetings
lara
57
6.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
A better future with KSS
kneath
239
18k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Transcript
Docker Build Automation with Jenkins Dev.Talk Jan 2017 Marcel Körtgen
Continuous Integration
Towards Continuous Delivery Deploy
Why roll your own? •Could use GitHub + DockerHub →
Done
Why roll your own? •Because you can
Seriously. Why roll your own? •Concerns about Trust/Security, Intellectual Property
•For Educational Purposes
Demo Setup (using Docker ;-)
Demo GitHub: awesome-inc/docker-deploy
Summary •Automated Build & Push of Docker Images •Private Docker
Registry & UI •Build logic under SCM (Jenkinsfile)
cf. Docker-outside-of-Docker (DooD) Running Docker in Jenkins (in Docker)