1. 1dd04e5 fix Dockfile error: A # marker anywhere else in the line will be treated as an argument by starandtina · 10 years ago
  2. 0b88a12 update LTS and weekly releases by Nicolas De Loof · 10 years ago
  3. c39540d recent jenkins builds by Nicolas De Loof · 10 years ago
  4. f313389 add previous LTS by Nicolas De Loof · 10 years ago
  5. a679cee Revert "add support for Jenkins Enterprise by cloudbees" by Nicolas De Loof · 10 years ago
  6. 91a58f1 add support for Jenkins Enterprise by cloudbees by Nicolas De Loof · 10 years ago
  7. 40c3e3f fix distinct download URL for weekly vs stable by Nicolas De Loof · 10 years ago
  8. c164ea1 forgot Michael as a maintainer (sorry) by Nicolas De Loof · 10 years ago
  9. fb6f454 generated by update script by Nicolas De Loof · 10 years ago
  10. 5882631 use a script to generate stackbrew versions by Nicolas De Loof · 10 years ago
  11. 572587c move JENKINS_VERSION later in Dockerfile to share more layers by Nicolas De Loof · 10 years ago
  12. 9a36662 Document folder we create and their usage by Nicolas De Loof · 10 years ago
  13. 79dc46d no need to run usermod, just run useradd with adequate path by Nicolas De Loof · 10 years ago
  14. 3d78499 fix #25 force jenkins user id by Nicolas De Loof · 10 years ago
  15. acb8649 fix #18 by Nicolas De Loof · 10 years ago
  16. 4d61891 Merge pull request #32 from psftw/fix-typo by Nicolas De loof · 10 years ago
  17. d5b5889 minor fix to README by Peter Salvatore · 10 years ago
  18. f744bdb remove JENKINS_PREFIX support as same can now be achieved by Nicolas De Loof · 10 years ago
  19. 11e9eb7 openjdk-7u65-jdk tag is now available on dockerhub by Nicolas De loof · 10 years ago
  20. b2b442e properly quote the arguments by Nicolas De loof · 10 years ago
  21. 07c307d Conform to [dockerfile best practices](https://docs.docker.com/articles/dockerfile_best-practices/#entrypoint) to let user run alternate command by Nicolas De Loof · 10 years ago
  22. b32f552 define JENKINS_OPTS so a derived image can customize jenkins launcher command line by Nicolas De Loof · 10 years ago
  23. 20f7e91 user init.groovy.d directory so we can add more hook scripts by Nicolas De Loof · 10 years ago
  24. 9118165 Document way to create customized derived image with by Nicolas De Loof · 10 years ago
  25. d606438 use a helper script as recommended on https://docs.docker.com/articles/dockerfile_best-practices/#entrypoint by Nicolas De Loof · 10 years ago
  26. 4e92ae6 Can’t declare an empty env variable just don’t declare it by Nicolas De Loof · 10 years ago
  27. 9db4447 Merge pull request #15 from carlossg/size by Nicolas De loof · 10 years ago
  28. c223beb Prevent copying the jenkins war in two different layers by Carlos Sanchez · 10 years ago
  29. 57d9243 LTS is 1.565.3 by Nicolas De Loof · 10 years ago
  30. a32d5dc Merge branch 'war' by Nicolas De Loof · 10 years ago
  31. 1a4ae4d « ADD » doesn’t use Last-Modified header so download on every build by Nicolas De Loof · 10 years ago
  32. 070a1ce dowload jenkins.war, no need for debian package by Nicolas De Loof · 10 years ago
  33. 28d0c59 option to set JVM parameters, especially system properties by Nicolas De Loof · 10 years ago
  34. 0508068 Use Java official image as base by Nicolas De Loof · 10 years ago
  35. fcb9f81 Merge pull request #12 from tianon/minor-tweaks by Michael Neale · 10 years ago
  36. c9c889b Add a few minor tweaks and reorganizations to improve caching and overall build by Tianon Gravi · 10 years ago
  37. 6699367 tidy up by moving clean by Michael Neale · 10 years ago
  38. 83e5d48 Show how to customise by Michael Neale · 10 years ago
  39. 2fe682c clean up and add Volume by Michael Neale · 10 years ago
  40. 457a91c Update README.md by Michael Neale · 10 years ago
  41. fe68374 Small improvements and tidying up - deferred slave port setting by Michael Neale · 10 years ago
  42. ac33d00 Merge pull request #5 from aleasoluciones/upstream by Michael Neale · 10 years ago
  43. ffda4fc Merge pull request #10 from alex-leonhardt/master by Michael Neale · 10 years ago
  44. f3c1c3e Merge pull request #7 from carlossg/size by Michael Neale · 10 years ago
  45. 19c878e Reduce image size cleaning up apt by Carlos Sanchez · 10 years ago
  46. 5e655bf Rev LTS version by Michael Neale · 10 years ago
  47. 29abe2d #9 - fix for persistent VOLUME by Alex Leonhardt · 10 years ago
  48. 0ff9948 recommend using volume. by Michael Neale · 10 years ago
  49. 6d12089 Set jenkins user home to /var/jenkins_home by Néstor Salceda · 10 years ago
  50. 1b45c44 make sure I don't use non LTS numbers by accident by Michael Neale · 10 years ago
  51. 3c32be0 update to latest LTS again by Michael Neale · 10 years ago
  52. a994f2f Merge pull request #2 from vdupain/master by Michael Neale · 10 years ago
  53. 1ac0bcd Adding url prefix by Vincent Dupain · 10 years ago
  54. a5bfd41 Bump version by Michael Neale · 10 years ago
  55. 2627b96 pin versions and link to sample executor by Michael Neale · 10 years ago
  56. 00190fb a splash of colour by Michael Neale · 10 years ago
  57. 3e124ed Moving to LTS by default by Michael Neale · 10 years ago
  58. 711e12e mention slave port by Michael Neale · 10 years ago
  59. 57de5eb sets slave port as docker needs to map ahead of time by Michael Neale · 10 years ago
  60. 09d4e71 lts by Michael Neale · 10 years ago
  61. 709841c README run instructions by Michael Neale · 11 years ago
  62. ddcb7cc corrected CMD and updates as per advice by Michael Neale · 11 years ago
  63. add9dc6 expose the port by Michael Neale · 11 years ago
  64. 640f91d specify user and volume by Michael Neale · 11 years ago
  65. 9be25dd more progress by Michael Neale · 11 years ago
  66. 71eb3ab slowly getting there by Michael Neale · 11 years ago
  67. 2dedbdb WIP by Michael Neale · 11 years ago
  68. 93ac93b First cut at an official jenkins docker repo by Michael Neale · 11 years ago