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
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
Tianon Gravi
366975d808
Add Alpine WIP
2017-01-26 15:22:10 -08:00
yosifkit
9916114435
Merge pull request #133 from infosiftr/trusted.gpg.d
...
Use "/etc/apt/trusted.gpg.d" instead of "apt-key adv"
2017-01-11 15:03:56 -08:00
Tianon Gravi
2016a3de7f
Use "/etc/apt/trusted.gpg.d" instead of "apt-key adv"
...
> Note: Instead of using this command a keyring should be placed
> directly in the /etc/apt/trusted.gpg.d/ directory with a
> descriptive name and either "gpg" or "asc" as file extension.
https://manpages.debian.org/cgi-bin/man.cgi?query=apt-key&manpath=Debian+testing+stretch
2017-01-11 13:53:21 -08:00
yosifkit
30356ca27a
Merge pull request #112 from cavemandaveman/definitions
...
Allow for custom definitions file
2017-01-11 13:05:15 -08:00
Tianon Gravi
3ba4ec4db3
Use consistent variable naming and adjust configuration written to include "load_definitions" in the proper place
2017-01-11 12:05:55 -08:00
Joe Ferguson
c766dd4dad
Combine file creation with chown/chmod RUN
2016-12-07 14:18:36 -08:00
yosifkit
9f200aa896
Merge pull request #125 from PerfectMemory/fix-permission-issues-gh-124
...
Allow running as arbitrary user, fixing permission issue #124 .
2016-12-07 14:06:11 -08:00
Julien Pervillé
35f592c91b
Allow running as arbitrary user, fixing permission issue #124 .
2016-12-07 21:53:17 +01:00
Docker Library Bot
003537013a
Update to 3.6.6, debian 3.6.6-1
2016-11-21 10:05:14 -08:00
cavemandaveman
d72594a539
Add handling of a definitions file
2016-10-10 13:05:18 -05:00
Tianon Gravi
ca2f23e34d
Update README with Jenkins badge change (see https://github.com/docker-library/docs/pull/697 )
2016-09-21 13:18:34 -07:00
yosifkit
eb621e29e3
Merge pull request #103 from Thubo/FIX-#102
...
Fix #102 - ERL_ARGS not exported correctly
2016-08-19 12:50:19 -07:00
Matthias Thubauville
29121864d4
Fix #102 - ERL_ARGS not exported correctly
2016-08-19 09:37:03 +02:00
Tianon Gravi
c5d33e8a8d
Merge pull request #101 from Gsantomaggio/master
...
update for 3.6.5
2016-08-05 14:24:29 -07:00
Gabriele Santomaggio
1ac0468b0f
update for 3.6.5
2016-08-05 22:34:00 +02:00
Tianon Gravi
7fbf19e469
Update to 3.6.5
2016-08-05 13:15:06 -07:00
Tianon Gravi
54a9a34a63
Merge pull request #100 from Gsantomaggio/master
...
update for RabbitMQ version 3.6.4
2016-07-29 09:53:46 -07:00