Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable Tutorial Proposal: Setting up a Jenkins CI/CD pipeline for deploying to Docker Hub #1028

Merged
merged 4 commits into from
Mar 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions contributions/executable-tutorial/chrigu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Executable Tutorial Proposal: Setting up a Jenkins CI/CD pipeline for deploying to Docker Hub

## Members

Christopher Gustafson (chrigu@kth.se)
Github: [ChristopherGustafson](https://github.com/ChristopherGustafson)

## Proposal

I want to create a tutorial where the Jenkins tool will be set up to automatically build and deploy a simple node.js application as a Docker Image to Docker Hub. This would combine multiple relevant DevOps courses like CI/CD with Jenkins as well as containers with Docker, which are topics I would like to learn more about.

The plan right now is to use https://www.katacoda.com/ for the tutorial.