-
Notifications
You must be signed in to change notification settings - Fork 575
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 explicit multiarch support in "generate-stackbrew-library.sh" #95
Merged
Conversation
This file contains 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
Sample output: $ ./generate-stackbrew-library.sh
# this file is generated via https://github.com/docker-library/redis/blob/016e0d738031c00bb6cfa4a433e763413e14b757/generate-stackbrew-library.sh
Maintainers: Tianon Gravi <[email protected]> (@tianon),
Joseph Ferguson <[email protected]> (@yosifkit)
GitRepo: https://github.com/docker-library/redis.git
Tags: 3.0.7, 3.0
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 24aa66d88990e0eeec71bd39862744fdb7b862e4
Directory: 3.0
Tags: 3.0.7-32bit, 3.0-32bit
Architectures: amd64
GitCommit: 24aa66d88990e0eeec71bd39862744fdb7b862e4
Directory: 3.0/32bit
Tags: 3.0.7-alpine, 3.0-alpine
Architectures: amd64
GitCommit: 24aa66d88990e0eeec71bd39862744fdb7b862e4
Directory: 3.0/alpine
Tags: 3.0.504-windowsservercore, 3.0-windowsservercore
Architectures: windows-amd64
GitCommit: ad72d7a7f3c05a9b658ec64894d4193c89bba01b
Directory: 3.0/windows/windowsservercore
Constraints: windowsservercore
Tags: 3.0.504-nanoserver, 3.0-nanoserver
Architectures: windows-amd64
GitCommit: ad72d7a7f3c05a9b658ec64894d4193c89bba01b
Directory: 3.0/windows/nanoserver
Constraints: nanoserver
Tags: 3.2.9, 3.2, 3, latest
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 24aa66d88990e0eeec71bd39862744fdb7b862e4
Directory: 3.2
Tags: 3.2.9-32bit, 3.2-32bit, 3-32bit, 32bit
Architectures: amd64
GitCommit: 24aa66d88990e0eeec71bd39862744fdb7b862e4
Directory: 3.2/32bit
Tags: 3.2.9-alpine, 3.2-alpine, 3-alpine, alpine
Architectures: amd64
GitCommit: 24aa66d88990e0eeec71bd39862744fdb7b862e4
Directory: 3.2/alpine
Tags: 3.2.100-windowsservercore, 3.2-windowsservercore, 3-windowsservercore, windowsservercore
Architectures: windows-amd64
GitCommit: 709e6a8df205f73afcc6f6257cab104175de1f5f
Directory: 3.2/windows/windowsservercore
Constraints: windowsservercore
Tags: 3.2.100-nanoserver, 3.2-nanoserver, 3-nanoserver, nanoserver
Architectures: windows-amd64
GitCommit: 2daf4fd7d858c8f2ad9694c4f460b8c6a7f782aa
Directory: 3.2/windows/nanoserver
Constraints: nanoserver |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Jun 8, 2017
- `gcc`: multiarch (docker-library/gcc#36) - `mongo`: explicit `Architectures` - `openjdk`: multiarch (docker-library/openjdk#121) - `pypy`: update `pip` installation to match recent Python changes (docker-library/pypy#15) - `redis`: smaller Debian-based images (redis/docker-library-redis#94), multiarch (redis/docker-library-redis#95) - `wordpress`: 4.8
This was referenced Jun 8, 2017
Merged
Merged
Merged
This was referenced Jun 15, 2017
This was referenced Jun 16, 2017
Merged
Merged
This was referenced Aug 24, 2017
Merged
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 also docker-library/buildpack-deps#59, docker-library/golang#163, docker-library/docker#63, and jessfraz/irssi#15.