https://github.com/kennedy-whytech/resume-web
The repo is to give you a sample of how to create a resume web docker image via a Jenkins server.
https://github.com/kennedy-whytech/resume-web
automation css docker dockerized html javascript jenkins jenkins-pipeline jenkinsfile
Last synced: about 1 month ago
JSON representation
The repo is to give you a sample of how to create a resume web docker image via a Jenkins server.
- Host: GitHub
- URL: https://github.com/kennedy-whytech/resume-web
- Owner: kennedy-whytech
- Created: 2023-05-25T23:18:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T14:15:11.000Z (over 2 years ago)
- Last Synced: 2025-01-23T08:35:41.545Z (about 1 year ago)
- Topics: automation, css, docker, dockerized, html, javascript, jenkins, jenkins-pipeline, jenkinsfile
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume-web
The repo is to give you a sample of how to create a resume web docker image via a Jenkins server. Note that it's not compulsory to setup the automation(Jenkins), in order to build the image. To do it locally:
```
docker build -t {your_repo}/resume-nginx .
docker run {your_repo}/resume-nginx -p 30001:30001
```
To efficiently deploy the docker image in K8S, I have another repo to achieve that with Helm. https://github.com/kennedy-whytech/resume-nginx-helm