samir-kulkarni / jenkins-alpine

jenkins in Docker using the alpine image, updated with a few packages i need

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins in Docker using Alpine Linux

jenkins in Docker using the alpine image, updated with a few packages i need for my demo

Details

  • Installs needed packages
  • Mounts docker.sock as a volume to be used by the jenkins docker plugin
  • Installs specific plugins needed
  • Sets up Groovy sdk
  • Copies "fake" credentials to handle permissions (would need to be updated)

Alpine Linux

Adding Packages

Adding a package you just need to add a line: apk add <your package name>

Installed Packages

  • sudo
  • curl
  • nodejs
  • ruby
  • go

References

About

jenkins in Docker using the alpine image, updated with a few packages i need

License:MIT License