Skip to content
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

Add proper Architectures entries in "generate-stackbrew-library.sh" #223

Merged
merged 1 commit into from
Jun 16, 2017

Conversation

@tianon
Copy link
Member Author

tianon commented Jun 16, 2017

Hacking this to point at an updated library/php from docker-library/php#454:

$ diff -u <(bashbrew cat wordpress) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63	2017-06-16 15:27:25.450197062 -0700
+++ /dev/fd/62	2017-06-16 15:27:25.451197033 -0700
@@ -2,10 +2,12 @@
 GitRepo: https://github.com/docker-library/wordpress.git
 
 Tags: 4.8.0-apache, 4.8-apache, 4-apache, apache, 4.8.0, 4.8, 4, latest, 4.8.0-php5.6-apache, 4.8-php5.6-apache, 4-php5.6-apache, php5.6-apache, 4.8.0-php5.6, 4.8-php5.6, 4-php5.6, php5.6
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0a5405cca8daf0338cf32dc7be26f4df5405cfb6
 Directory: php5.6/apache
 
 Tags: 4.8.0-fpm, 4.8-fpm, 4-fpm, fpm, 4.8.0-php5.6-fpm, 4.8-php5.6-fpm, 4-php5.6-fpm, php5.6-fpm
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0a5405cca8daf0338cf32dc7be26f4df5405cfb6
 Directory: php5.6/fpm
 
@@ -14,10 +16,12 @@
 Directory: php5.6/fpm-alpine
 
 Tags: 4.8.0-php7.0-apache, 4.8-php7.0-apache, 4-php7.0-apache, php7.0-apache, 4.8.0-php7.0, 4.8-php7.0, 4-php7.0, php7.0
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0a5405cca8daf0338cf32dc7be26f4df5405cfb6
 Directory: php7.0/apache
 
 Tags: 4.8.0-php7.0-fpm, 4.8-php7.0-fpm, 4-php7.0-fpm, php7.0-fpm
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0a5405cca8daf0338cf32dc7be26f4df5405cfb6
 Directory: php7.0/fpm
 
@@ -26,10 +30,12 @@
 Directory: php7.0/fpm-alpine
 
 Tags: 4.8.0-php7.1-apache, 4.8-php7.1-apache, 4-php7.1-apache, php7.1-apache, 4.8.0-php7.1, 4.8-php7.1, 4-php7.1, php7.1
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0a5405cca8daf0338cf32dc7be26f4df5405cfb6
 Directory: php7.1/apache
 
 Tags: 4.8.0-php7.1-fpm, 4.8-php7.1-fpm, 4-php7.1-fpm, php7.1-fpm
+Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0a5405cca8daf0338cf32dc7be26f4df5405cfb6
 Directory: php7.1/fpm
 

@yosifkit yosifkit merged commit e3e33b9 into docker-library:master Jun 16, 2017
@yosifkit yosifkit deleted the multiarch branch June 16, 2017 22:30
tianon added a commit to infosiftr/stackbrew that referenced this pull request Jun 16, 2017
- `php`: multiarch (docker-library/php#454)
- `python`: multiarch (docker-library/python#205, docker-library/python#206)
- `redmine`: passenger 5.1.5
- `wordpress`: multiarch (docker-library/wordpress#223) -- slightly cheated by pointing it at the `library/php` file contents from this PR
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.

2 participants