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

Refactor multiarch support to go all the way to correct Architectures lines in "generate-stackbrew-library.sh" #163

Merged
merged 1 commit into from
Jun 7, 2017

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 7, 2017

@tianon
Copy link
Member Author

tianon commented Jun 7, 2017

So, assuming docker-library/buildpack-deps#59 is in official-images, here's the resulting output of this (it's all amd64-only otherwise 😇):

# this file is generated via https://github.com/docker-library/golang/blob/97b2ff201ec59b9a037197d132c64eb937370c64/generate-stackbrew-library.sh

Maintainers: Tianon Gravi <[email protected]> (@tianon),
             Joseph Ferguson <[email protected]> (@yosifkit),
             Johan Euphrosine <[email protected]> (@proppy)
GitRepo: https://github.com/docker-library/golang.git

Tags: 1.8.3, 1.8, 1, latest
Architectures: amd64, arm32v7, i386, ppc64le, s390x
GitCommit: 97b2ff201ec59b9a037197d132c64eb937370c64
Directory: 1.8

Tags: 1.8.3-onbuild, 1.8-onbuild, 1-onbuild, onbuild
Architectures: amd64, arm32v7, i386, ppc64le, s390x
GitCommit: 132cd70768e3bc269902e4c7b579203f66dc9f64
Directory: 1.8/onbuild

Tags: 1.8.3-stretch, 1.8-stretch, 1-stretch, stretch
Architectures: amd64, arm32v7, i386, ppc64le, s390x
GitCommit: 97b2ff201ec59b9a037197d132c64eb937370c64
Directory: 1.8/stretch

Tags: 1.8.3-alpine, 1.8-alpine, 1-alpine, alpine
Architectures: amd64
GitCommit: 64b88dc3e9d83e71eafc000fed1f0d5e289b3e65
Directory: 1.8/alpine

Tags: 1.8.3-alpine3.6, 1.8-alpine3.6, 1-alpine3.6, alpine3.6
Architectures: amd64
GitCommit: 495a742832974d434c6e3356e19c93b0e82543c8
Directory: 1.8/alpine3.6

Tags: 1.8.3-windowsservercore, 1.8-windowsservercore, 1-windowsservercore, windowsservercore
Architectures: windows-amd64
GitCommit: 64b88dc3e9d83e71eafc000fed1f0d5e289b3e65
Directory: 1.8/windows/windowsservercore
Constraints: windowsservercore

Tags: 1.8.3-nanoserver, 1.8-nanoserver, 1-nanoserver, nanoserver
Architectures: windows-amd64
GitCommit: 64b88dc3e9d83e71eafc000fed1f0d5e289b3e65
Directory: 1.8/windows/nanoserver
Constraints: nanoserver

Tags: 1.7.6, 1.7
Architectures: amd64, arm32v7, i386, ppc64le, s390x
GitCommit: 97b2ff201ec59b9a037197d132c64eb937370c64
Directory: 1.7

Tags: 1.7.6-onbuild, 1.7-onbuild
Architectures: amd64, arm32v7, i386, ppc64le, s390x
GitCommit: 2372c8cafe9cc958bade33ad0b8b54de8869c21f
Directory: 1.7/onbuild

Tags: 1.7.6-wheezy, 1.7-wheezy
Architectures: amd64, arm32v7, i386
GitCommit: 97b2ff201ec59b9a037197d132c64eb937370c64
Directory: 1.7/wheezy

Tags: 1.7.6-alpine, 1.7-alpine
Architectures: amd64
GitCommit: 9e519a8844c25e38fe67547e8f681ada486e473b
Directory: 1.7/alpine

Tags: 1.7.6-alpine3.6, 1.7-alpine3.6
Architectures: amd64
GitCommit: 495a742832974d434c6e3356e19c93b0e82543c8
Directory: 1.7/alpine3.6

Tags: 1.7.6-alpine3.5, 1.7-alpine3.5
Architectures: amd64
GitCommit: 9e519a8844c25e38fe67547e8f681ada486e473b
Directory: 1.7/alpine3.5

Tags: 1.7.6-windowsservercore, 1.7-windowsservercore
Architectures: windows-amd64
GitCommit: 9e519a8844c25e38fe67547e8f681ada486e473b
Directory: 1.7/windows/windowsservercore
Constraints: windowsservercore

Tags: 1.7.6-nanoserver, 1.7-nanoserver
Architectures: windows-amd64
GitCommit: 9e519a8844c25e38fe67547e8f681ada486e473b
Directory: 1.7/windows/nanoserver
Constraints: nanoserver

s390x) goRelArch='linux-s390x'; goRelSha256='d692643d1ac4f4dea8fb6d949ffa750e974e63ff0ee6ca2a7c38fc7c90da8b5b' ;; \
armhf) goRelArch='linux-armv6l'; goRelSha256='fc5c40fb1f76d0978504b94cd06b5ea6e0e216ba1d494060d081e022540900f8' ;; \
amd64) goRelArch='linux-amd64'; goRelSha256='ad5808bf42b014c22dd7646458f631385003049ded0bb6af2efc7f1f79fa29ea' ;; \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay for better output ordering 😄

@yosifkit yosifkit merged commit a70ae48 into docker-library:master Jun 7, 2017
@yosifkit yosifkit deleted the multiarch-arches branch June 7, 2017 23:14
tianon added a commit to infosiftr/stackbrew that referenced this pull request Jun 8, 2017
- `buildpack-deps`: multiarch! (docker-library/buildpack-deps#59, docker-library/buildpack-deps#60)
- `docker`: 17.06.0-ce-rc2 and multiarch! (docker-library/docker#63)
- `drupal`: 8.3.3, 7.55
- `gcc`: fix `config.guess` and `config.sub` updating (fixes build on arm64v8)
- `golang`: multiarch! (docker-library/golang#163)
- `php`: 7.0.20
- `tomcat`: openssl 1.1.0f-3
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