Skip to content

Updated Erlang version to 17.4 #9

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

Conversation

vovimayhem
Copy link
Contributor

Updated Erlang version to 17.4, installed from the official Erlang debian repo, in case the switch to Debian Jessie can't be done right now.

Fixes #8

@vovimayhem vovimayhem force-pushed the fix/updated-erlang-version branch from 93e0fd0 to 914ca38 Compare February 3, 2015 17:24
@tianon
Copy link
Member

tianon commented Feb 3, 2015

Calling it "official" is a bit of a stretch: it's officially endorsed, but it's not run by the Erlang project directly (although it is a neat solution to our issue).

http://www.erlang.org/download.html

Erlang/OTP is also distributed in pre built packages courtesy of Erlang Solutions.

@@ -3,6 +3,9 @@ FROM debian:wheezy
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r rabbitmq && useradd -r -d /var/lib/rabbitmq -m -g rabbitmq rabbitmq

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv D208507CA14F4FCA
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get the full fingerprint here and use pool.sks-keyservers.net for better reliability?

@vovimayhem
Copy link
Contributor Author

Let me see...

@vovimayhem
Copy link
Contributor Author

I can add the keys of both Erlang & RabbitMQ in the same apt-key adv command. Should I?

@tianon
Copy link
Member

tianon commented Feb 3, 2015

Naw, this is good IMO. 👍

It might be worth adding a link to both the Erlang downloads page that mentions that these packages are endorsed and the downloads page itself, though.

@tianon
Copy link
Member

tianon commented Feb 6, 2015

Hey! Sorry, GitHub doesn't tell us when the PR is updated, so we had no idea this was ready for re-review!

That comment looks perfect, but I'm puzzled by the unrelated whitespace changes further down?

&& chmod +x /tmp/rabbitmq-server \
&& mv /tmp/rabbitmq-server /usr/lib/rabbitmq/lib/rabbitmq_server-*/sbin/rabbitmq-server
&& chmod +x /tmp/rabbitmq-server \
&& mv /tmp/rabbitmq-server /usr/lib/rabbitmq/lib/rabbitmq_server-*/sbin/rabbitmq-server
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we drop these unrelated whitespace changes?

@vovimayhem
Copy link
Contributor Author

Right away! (The Atom editor messing with whitespaces)

@vovimayhem vovimayhem force-pushed the fix/updated-erlang-version branch from 284132a to 7ce5e0f Compare February 9, 2015 18:20
@vovimayhem
Copy link
Contributor Author

Ready :)

@tianon
Copy link
Member

tianon commented Feb 9, 2015

LGTM!

@yosifkit
Copy link
Member

yosifkit commented Feb 9, 2015

LGTM

yosifkit added a commit that referenced this pull request Feb 9, 2015
@yosifkit yosifkit merged commit 5081cac into docker-library:master Feb 9, 2015
tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 11, 2015
- `docker-dev`: 1.5.0
- `elasticsearch`: 1.3.8 and 1.4.3
- `mongo`: 3.0.0-rc8
- `rabbitmq`: 3.4.4; updated Erlang (docker-library/rabbitmq#9)
- `wordpress`: warn if both `WORDPRESS_DB_HOST` and linked MySQL are supplied (docker-library/wordpress#57)
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.

Outdated Erlang version causes RabbitMQ to disable SSL listeners
3 participants