-
Notifications
You must be signed in to change notification settings - Fork 432
Add proper Architectures entries in "generate-stackbrew-library.sh" #167
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
Conversation
$ diff -u <(bashbrew cat rabbitmq) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63 2017-06-16 16:34:25.598094189 -0700
+++ /dev/fd/62 2017-06-16 16:34:25.598094189 -0700
@@ -2,10 +2,12 @@
GitRepo: https://github.com/docker-library/rabbitmq.git
Tags: 3.6.10, 3.6, 3, latest
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: a6cb36022a5c1a17df78cfafe45a73d941ad4eb8
Directory: 3.6/debian
Tags: 3.6.10-management, 3.6-management, 3-management, management
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 79277042564875d55e4b05a60c65b6eb46651a94
Directory: 3.6/debian/management
|
(Will be even better once Alpine goes multiarch, especially since Alpine 3.6 supports more arches than Alpine 3.5. 😄) |
(cancelled Travis so we don't waste cycles doing nothing) |
- `haproxy`: 1.6.13 - `irssi`: Alpine 3.6 (docker-library/irssi#16), multiarch (docker-library/irssi#15) - `python`: 3.6.2rc1 - `rabbitmq`: Debian Stretch and Alpine 3.6 (docker-library/rabbitmq#166), multiarch (docker-library/rabbitmq#167)
Whoops: https://packages.debian.org/stretch/erlang-base-hipe#pdownload 😇 ( |
Ah, and our second problem: https://www.rabbitmq.com/debian/dists/testing/Release ( The package itself is @michaelklishin how feasible do you think it'd be to have whoever maintains that repository add |
I'm really good at looking closely -- appears to be missing |
Found the right place to file a PR for that |
This depends on #166 (since the erlang-solutions repository has a very limited set of architectures supported compared to Debian).
See also docker-library/buildpack-deps#59, docker-library/golang#163, docker-library/docker#63, docker-library/gcc#36, jessfraz/irssi#15, redis/docker-library-redis#95, docker-library/openjdk#121, docker-library/postgres#298, docker-library/haproxy#41, docker-library/httpd#55, docker-library/memcached#19, docker-library/tomcat#73, docker-library/ruby#133, docker-library/python#206, docker-library/php#454, docker-library/wordpress#223.