-
Notifications
You must be signed in to change notification settings - Fork 430
Add arm64v8 since it is now in the rabbitmq apt repo #177
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I did build and run on our arm64 build server and it ran without issue. Run:linaro@r1-a10:~$ docker run -it --rm rabbitmq
RabbitMQ 3.6.11. Copyright (C) 2007-2017 Pivotal Software, Inc.
## ## Licensed under the MPL. See http://www.rabbitmq.com/
## ##
########## Logs: tty
###### ## tty
##########
Starting broker...
=INFO REPORT==== 17-Aug-2017::22:37:51 ===
Starting RabbitMQ 3.6.11 on Erlang 19.2.1
Copyright (C) 2007-2017 Pivotal Software, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 17-Aug-2017::22:37:51 ===
node : rabbit@cb6d217a096f
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : dTRnpQ6wo1mJLqGRbkz8XQ==
log : tty
sasl log : tty
database dir : /var/lib/rabbitmq/mnesia/rabbit@cb6d217a096f
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
Memory high watermark set to 6418 MiB (6730278502 bytes) of 16046 MiB (16825696256 bytes) total
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
Enabling free disk space monitoring
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
Disk free limit set to 50MB
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
Limiting to approx 1048476 file handles (943626 sockets)
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
FHC read buffering: OFF
FHC write buffering: ON
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
Database directory at /var/lib/rabbitmq/mnesia/rabbit@cb6d217a096f is empty. Initialising from scratch...
=INFO REPORT==== 17-Aug-2017::22:37:54 ===
application: mnesia
exited: stopped
type: temporary
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Waiting for Mnesia tables for 30000 ms, 9 retries left
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Waiting for Mnesia tables for 30000 ms, 9 retries left
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Waiting for Mnesia tables for 30000 ms, 9 retries left
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Priority queues enabled, real BQ is rabbit_variable_queue
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Starting rabbit_node_monitor
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Adding vhost '/'
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Creating user 'guest'
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Setting user tags for user 'guest' to [administrator]
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Setting permissions for 'guest' in '/' to '.*', '.*', '.*'
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index
=WARNING REPORT==== 17-Aug-2017::22:37:55 ===
msg_store_persistent: rebuilding indices from scratch
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
started TCP Listener on [::]:5672
completed with 0 plugins.
=INFO REPORT==== 17-Aug-2017::22:37:55 ===
Server startup complete; 0 plugins started.
|
🎉 |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Aug 18, 2017
- `docker`: 17.06.1-ce, 17.07.0-ce-rc3 - `drupal`: 8.3.7, 8.4.0-beta1 - `elasticsearch`: 5.5.2 - `ghost`: 1.6.2, ghost-cli 1.1.1 - `haproxy`: 1.7.9 - `kibana`: 4.6.6, 5.5.2 - `logstash`: 5.5.2 - `mariadb`: 10.2.8 - `php`: 7.2.0beta3 - `rabbitmq`: add `arm64v8` (docker-library/rabbitmq#177) - `rocket.chat`: 0.58.1 - `tomcat`: 8.0.46, 7.0.81
@tianon This image is support arm64 and PR merged,but I am not found this in image on https://hub.docker.com/u/arm64v8/ |
Sorry, there was a building glitch -- it's up now: https://hub.docker.com/r/arm64v8/rabbitmq/ |
@tianon OK,thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See architecture list from https://www.rabbitmq.com/debian/dists/testing/Release
Fixes #175