https://github.com/ragin-lundf/k8s-jenkins-docker
Docker images for k8s-jcasc-management examples
https://github.com/ragin-lundf/k8s-jenkins-docker
Last synced: 30 days ago
JSON representation
Docker images for k8s-jcasc-management examples
- Host: GitHub
- URL: https://github.com/ragin-lundf/k8s-jenkins-docker
- Owner: Ragin-LundF
- Created: 2021-05-05T19:20:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T19:33:03.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T07:13:55.552Z (3 months ago)
- Language: Dockerfile
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository for Jenkins Docker images
This repository contains the required Docker containers for the example described below in the medium article about Kubernetes and Jenkins JCasC deployments.
More information:
- Medium Article [Kubernetes and CI/CD — How to integrate in your development process](https://ragin.medium.com/kubernetes-and-ci-cd-how-to-integrate-in-your-development-process-9b483b194975)
- Github [k8s-JCasC-Mgmt tool](https://github.com/Ragin-LundF/k8s-jcasc-management-go)
- Github [k8s-JCasC-Mgmt example project](https://github.com/Ragin-LundF/k8s-jcasc-mgmt-example)
- Github [k8s-JCasC-app-example](https://github.com/Ragin-LundF/k8s-jcasc-app-example)
- Github [k8s-JCasC docker containers](https://github.com/Ragin-LundF/k8s-jenkins-docker)
- Github [k8s-JCasC helm charts example](https://github.com/Ragin-LundF/k8s-jcasc-app-helm-charts)
- Github [k8s-JCasC helmfile deployment example](https://github.com/Ragin-LundF/k8s-jcasc-deploy-helmfile-example)# jenkins-base
Jenkins Base image for non-Java build tools.# jenkins-docker
Jenkins build image with installed Docker# jenkins-helm
Jenkins depoy image with helm, helmfile and kubectl# jenkins-java
Jenkins Base image for Java build tools.# jenkins-java-gradle
Jenkins build image with installed Gradle# jenkins-node
Jenkins build image with installed NodeJS