Commit Graph

184 Commits

Author SHA1 Message Date
yosifkit cd7faaa757 Merge pull request #195 from infosiftr/github-releases
Switch to consuming upstream release artifacts from GitHub
2017-09-25 12:30:33 -07:00
Tianon Gravi 8d62ca73b2 Switch to consuming upstream release artifacts from GitHub 2017-09-25 10:50:39 -07:00
Tiago Totti 513a11bccb Set chmod 600 on existing cookieFile (#193) 2017-09-25 09:21:43 -07:00
Tianon Gravi b3f8989253 Add ppc64le \m/
$ curl -fsSL 'https://www.rabbitmq.com/debian/dists/testing/Release' | grep ppc64el
    Architectures: alpha amd64 arm arm64 armeb armel armhf avr32 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m32 m32r m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el netbsd-alpha netbsd-i386 nios2 or1k powerpc powerpcel ppc64 ppc64el s390 s390x sh sh3 sh3eb sh4 sh4eb sparc sparc64 tilegx
2017-09-12 13:07:14 -07:00
Docker Library Bot ba7ea670b5 Update to 3.6.12 2017-09-11 17:05:06 +00:00
Docker Library Bot b2eba70a1a Update to 3.6.12, debian 3.6.12-1 2017-09-11 17:05:06 +00:00
Tianon Gravi 42d8debb80 Merge pull request #177 from infosiftr/arm64
Add arm64v8 since it is now in the rabbitmq apt repo
2017-08-18 16:24:40 -04:00
Joe Ferguson 2a6e03ce7d Add arm64v8 since it is now in the rabbitmq apt repo 2017-08-17 15:30:08 -07:00
Docker Library Bot 7d76799247 Update to 3.6.11, debian 3.6.11-1 2017-08-16 17:05:04 +00:00
Docker Library Bot 8047bd3468 Update to 3.6.11 2017-08-16 17:05:04 +00:00
Tianon Gravi 0faadd8097 Adjust sed to account for the possibility of multiple arm64vX 2017-07-05 11:32:14 -07:00
Tianon Gravi 1c0e9a4aef Also exclude arm64 2017-06-20 12:16:33 -07:00
yosifkit 8855c6733a Merge pull request #170 from infosiftr/multiarch-part-two
Adjust "erlang-base-hipe" installation to only happen if the package is available
2017-06-20 10:21:51 -07:00
Tianon Gravi 7eed5476d6 Adjust "erlang-base-hipe" installation to only happen if the package is available
This also updates "generate-stackbrew-library.sh" to exclude "ppc64le" from the Debian variant given that upstream's repository doesn't have an "Architectures" entry (and supporting files) for it yet.
2017-06-20 10:00:55 -07:00
Tianon Gravi 0797005ea5 Merge pull request #167 from infosiftr/multiarch
Add proper Architectures entries in "generate-stackbrew-library.sh"
2017-06-19 09:33:13 -07:00
Tianon Gravi 2a7367330e Merge pull request #166 from infosiftr/stretch-alpine
Update to Debian Stretch and Alpine 3.6, removing erlang-solutions
2017-06-19 09:22:51 -07:00
Tianon Gravi 192f4c2055 Update to Debian Stretch and Alpine 3.6, removing erlang-solutions
The erlang-solutions repository was used back in 2015 to get us a newer version of Erlang on our then Wheezy-based image -- now that Stretch is stable and ready, we can get 19.x directly from Debian, and thus get multiarchitecture builds as well without additional effort (since the `rabbitmq-server` package is `arch:all`).
2017-06-19 09:14:40 -07:00
Tianon Gravi 9106c7dde0 Add proper Architectures entries in "generate-stackbrew-library.sh" 2017-06-16 16:33:02 -07:00
Tianon Gravi 529237b760 Merge pull request #163 from alterationx10/master
Updated Dockerfile to install procps
2017-06-09 09:48:00 -07:00
Alteration x10 bc90c8e432 Updated Dockerfile to install procps
Added procps to be installed for better ps support with rabbitmqctl
2017-06-06 14:27:12 -04:00
Tianon Gravi 9d64832d62 Merge pull request #161 from infosiftr/unbound-variable
Account for unbound variables
2017-06-06 10:19:18 -07:00
Tianon Gravi a6cb36022a Account for unbound variables 2017-06-06 06:55:36 -07:00
yosifkit 061038d6cd Merge pull request #159 from infosiftr/RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS
Adjust entrypoint to be more respectful to existing RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS values
2017-06-01 13:43:41 -07:00
Tianon Gravi 4761fd0c03 Adjust entrypoint to be more respectful to existing RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS values 2017-06-01 10:29:15 -07:00
Docker Library Bot 58ff0d1f13 Update to 3.6.10, debian 3.6.10-1 2017-05-25 23:05:10 +00:00
Docker Library Bot 2ddb3e04ac Update to 3.6.10 2017-05-25 23:05:10 +00:00
yosifkit c7e8eb5344 Merge pull request #149 from infosiftr/limit-zero
Adjust "vm_memory_high_watermark" code to be more forgiving/strict about bad data (such as a memory limit of zero)
2017-04-11 13:58:06 -07:00
Tianon Gravi 1509b142f0 Adjust "vm_memory_high_watermark" code to be more forgiving about large data (such as a reported memory limit of 18446744073709551615/MAX_UINT) 2017-04-11 13:34:03 -07:00
yosifkit 2720de9977 Merge pull request #105 from infosiftr/vm_memory_high_watermark
Add "vm_memory_high_watermark" to the generated config, sourced from the value of the "memory.limit_in_bytes" cgroup restriction
2017-04-06 11:17:25 -07:00
Tianon Gravi d2bd71d329 Add "vm_memory_high_watermark" to the generated config, sourced from the value of the "memory.limit_in_bytes" cgroup restriction 2017-04-06 09:15:45 -07:00
yosifkit 253abcc461 Merge pull request #134 from infosiftr/multi-version
Update repository structure for future multi-version support
2017-04-05 15:45:14 -07:00
Tianon Gravi 7927704256 Update repository structure for future multi-version support 2017-04-05 14:31:54 -07:00
Tianon Gravi c81406952e Merge pull request #146 from infosiftr/ssl-depth
Add "depth" as a valid SSL option
2017-04-03 11:21:32 -07:00
Tianon Gravi 84eccd5c9b Add "depth" as a valid SSL option 2017-04-03 09:34:04 -07:00
Docker Library Bot 945697283f Update to 3.6.9 2017-03-29 10:05:22 -07:00
Docker Library Bot 6c224be56c Update to 3.6.9, debian 3.6.9-1 2017-03-29 10:05:22 -07:00
Tianon Gravi 0c14528163 Merge pull request #143 from vovimayhem/story/default_pass_file
Support for reading the default password from a file (i.e. docker secret)
2017-03-24 13:28:03 -07:00
Docker Library Bot 07a16a2856 Update to 3.6.8 2017-03-17 10:05:18 -07:00
Docker Library Bot 59ecc28d6c Update to 3.6.8, debian 3.6.8-1 2017-03-17 10:05:18 -07:00
Docker Library Bot e8b2c67785 Update to 3.6.7 2017-03-15 16:05:19 -07:00
Docker Library Bot 9646c8c390 Update to 3.6.7, debian 3.6.7-1 2017-03-15 16:05:19 -07:00
Roberto Quintanilla 6a95e08240 Correction from given feedback about the code placement 2017-03-01 13:04:52 -06:00
Tianon Gravi e10e3ab367 Add "travis_retry" to our build to reduce transitory failures
Documentation is at https://docs.travis-ci.com/user/common-build-problems/#travis_retry

See https://github.com/docker-library/memcached/pull/14 for the test PR for this pattern.
2017-02-27 16:14:23 -08:00
Roberto Quintanilla 9129b73e30 Support for reading the default user from a file (i.e. docker secret) 2017-02-27 12:57:42 -06:00
Roberto Quintanilla da754e689e Added support for reading the default password from a file (i.e. docker secret) 2017-02-23 13:43:25 -06:00
yosifkit bded33b659 Merge pull request #137 from infosiftr/alpine
Add Alpine variant
2017-01-27 11:18:36 -08:00
Tianon Gravi 370d42f7ff Resync Alpine entrypoint 2017-01-27 10:09:00 -08:00
Tianon Gravi 74a9d28d48 Update Travis, generate-stackbrew-library.sh, management Dockerfiles, and update.sh 2017-01-26 15:37:26 -08:00
cavemandaveman 13c638644a Switch to libressl 2017-01-26 15:22:10 -08:00
cavemandaveman 6323c93922 Add missing erlang deps 2017-01-26 15:22:10 -08:00