Skip to content

Fix #102 - ERL_ARGS not exported correctly #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2016
Merged

Fix #102 - ERL_ARGS not exported correctly #103

merged 1 commit into from
Aug 19, 2016

Conversation

Thubo
Copy link
Contributor

@Thubo Thubo commented Aug 19, 2016

With this fix the rabbitmqctl command works as expected by using the docker-entrypoint.sh wrapper.

# docker exec -it rabbit /docker-entrypoint.sh rabbitmqctl list_users
Listing users ...
guest   [administrator]

@Thubo
Copy link
Contributor Author

Thubo commented Aug 19, 2016

To test you can use docker pull thubo/rabbitmq:fix-102 I will keep the image around until the issue is closed.

@tianon
Copy link
Member

tianon commented Aug 19, 2016

Arg indeed, the script which reads this variable doesn't use eval, so these quotes aren't parsed. 😞

LGTM

@yosifkit
Copy link
Member

LGTM

@yosifkit yosifkit merged commit eb621e2 into docker-library:master Aug 19, 2016
@Thubo Thubo deleted the FIX-#102 branch August 22, 2016 06:24
tianon added a commit to infosiftr/stackbrew that referenced this pull request Aug 22, 2016
- `docker`: 1.12.1
- `drupal`: 8.2.0-beta2
- `memcached`: 1.4.31
- `mysql`: handle empty `initdb` directory (docker-library/mysql#200)
- `percona`: 5.6.32, 5.5.51
- `php`: 5.6.25
- `python`: 3.6.0a4 (docker-library/python#144), `windowsservercore` (docker-library/python#142)
- `rabbitmq`: fix SSL/`ERL_ARGS` (docker-library/rabbitmq#103)
- `rocket.chat`: 0.37.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants