Just a repository for provision DevOps tools in Docker RPi4
📦rpi4-devops-tools-provisioning
┣📂jenkins
┃ ┣📂configuration
┃ ┃ ┗ 📜casc.yaml
┃ ┣📂data
┃ ┃ ┗📂drive
┃ ┃ ┗📂jenkins
┃ ┣📜docker-compose.yml
┃ ┣🐳Dockerfile
┃ ┗🧾plugins.txt
┃
┗🧾README.md
Key features
- Latest LTS version
- Ready to use / less config (JCasC)
Go inside jenkins
folder and run the docker compose command
cd ./jenkins
docker-compose --context yourRpiContextName up -d
change yourRpiContextName
with your context name. you can see wiki section to setup your docker context.
The configuration in casc.yaml
will not change immediately when you update this file. If you want to update, you can enter the menu Manage Jenkins > Configuration as Code and click Reload existing configuration button
Checkout this repo wiki section to get effective guides or Docker operation tips from Raspberry Pi 4