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" #73

Merged
merged 1 commit into from Jun 12, 2017

Conversation

@tianon
Copy link
Member Author

tianon commented Jun 12, 2017

$ ./generate-stackbrew-library.sh
# this file is generated via https://github.com/docker-library/tomcat/blob/8df795c4dc6619e97e5d4fd94731703e6a01355e/generate-stackbrew-library.sh

Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon),
             Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/tomcat.git

Tags: 6.0.53-jre7, 6.0-jre7, 6-jre7, 6.0.53, 6.0, 6
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: dcffe2c06edc7a797e20161225eb59e97877ccb0
Directory: 6/jre7

Tags: 6.0.53-jre8, 6.0-jre8, 6-jre8
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: dcffe2c06edc7a797e20161225eb59e97877ccb0
Directory: 6/jre8

Tags: 7.0.78-jre7, 7.0-jre7, 7-jre7, 7.0.78, 7.0, 7
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 7/jre7

Tags: 7.0.78-jre7-alpine, 7.0-jre7-alpine, 7-jre7-alpine, 7.0.78-alpine, 7.0-alpine, 7-alpine
Architectures: amd64
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 7/jre7-alpine

Tags: 7.0.78-jre8, 7.0-jre8, 7-jre8
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 7/jre8

Tags: 7.0.78-jre8-alpine, 7.0-jre8-alpine, 7-jre8-alpine
Architectures: amd64
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 7/jre8-alpine

Tags: 8.0.44-jre7, 8.0-jre7, 8.0.44, 8.0
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 8.0/jre7

Tags: 8.0.44-jre7-alpine, 8.0-jre7-alpine, 8.0.44-alpine, 8.0-alpine
Architectures: amd64
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 8.0/jre7-alpine

Tags: 8.0.44-jre8, 8.0-jre8
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 8.0/jre8

Tags: 8.0.44-jre8-alpine, 8.0-jre8-alpine
Architectures: amd64
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 8.0/jre8-alpine

Tags: 8.5.15-jre8, 8.5-jre8, 8-jre8, jre8, 8.5.15, 8.5, 8, latest
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 8.5/jre8

Tags: 8.5.15-jre8-alpine, 8.5-jre8-alpine, 8-jre8-alpine, jre8-alpine, 8.5.15-alpine, 8.5-alpine, 8-alpine, alpine
Architectures: amd64
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 8.5/jre8-alpine

Tags: 9.0.0.M21-jre8, 9.0.0-jre8, 9.0-jre8, 9-jre8, 9.0.0.M21, 9.0.0, 9.0, 9
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 9.0/jre8

Tags: 9.0.0.M21-jre8-alpine, 9.0.0-jre8-alpine, 9.0-jre8-alpine, 9-jre8-alpine, 9.0.0.M21-alpine, 9.0.0-alpine, 9.0-alpine, 9-alpine
Architectures: amd64
GitCommit: 5ac222d258dc70c77bb3a9a4fab81ea286c9abd1
Directory: 9.0/jre8-alpine

@yosifkit yosifkit merged commit f33e8b4 into docker-library:master Jun 12, 2017
@yosifkit yosifkit deleted the multiarch branch June 12, 2017 17:39
tianon added a commit to infosiftr/stackbrew that referenced this pull request Jun 12, 2017
- `drupal`: remove 8.2 again (docker-library/drupal#86)
- `haproxy`: multiarch (docker-library/haproxy#41)
- `httpd`: multiarch (docker-library/httpd#55)
- `memcached`: multiarch (docker-library/memcached#19)
- `nextcloud`: remove EOL 9.0, use upstream-recommended opcache settings
- `php`: 7.1.6
- `postgres`: multiarch (docker-library/postgres#298)
- `pypy`: 5.8.0
- `rabbitmq`: install `procps` for `rabbitmqctl wait` (docker-library/rabbitmq#163)
- `tomcat`: multiarch (docker-library/tomcat#73)
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.

None yet

2 participants