Jenkins docker comes with golang installed.
Use docker compose to spin everything up.
Default user is admin
and password is 123456
. You can change it to whatever you want by editing environment variables in docker-compose.yml
.
List of to-be-installed jenkins plugins is in ./docker/jenkins/data/plugins.txt
. You can add or remove plugins as you want.
Have fun!