-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
crux: Add mutli-arch builds and new (old) version #5073
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lag-linaro
Please have a look at architecture nomenclature.
I haven't observed aarch64
named arch in other modules, and instead arm64v8
is being used in those modules.
Regards,
Signed-off-by: Lee Jones <lee.jones@linaro.org>
f8033d7
to
92a7b47
Compare
Okay, So changes are required in |
I'm struggling to see why Travis is failing on this change. Is a global |
Although, I am not an expert in this. But this is what I can think of.
According, to travis.sh script, it is stripping After this, it tries to execute commands for "crux", which then doesn't have any GitRepo path. I will keep on checking and get back to you, once i find something conclusive |
It gets the name
Exactly (see above).
The |
@prologic can you confirm that you're both OK with this update and OK with still being listed as the image |
OK on all 3 counts :) Up to @lag-linaro if he wants to be listed as co-maintainer :) |
@lag-linaro sure, go for it. The repo should be super trivial to maintain now. |
@tianon would you be able to shed some light on why Travis is failing please? |
You do need a non-arch-specific
Email on the maintainer line is optional -- I'll let you decide if you'd like to list one there. |
Signed-off-by: Lee Jones <lee.jones@linaro.org>
8e12eb5
to
60f926d
Compare
Ah ha, it worked! \o/ Thanks @tianon |
Diffs: https://gist.github.com/docker-library-bot/d5cd0a6ad5eb825c75c561822ed79ee2 LGTM Build test of #5073; 60f926d; $ bashbrew build crux:3.4
Building bashbrew/cache:b1c8ca8be778284ca194f9d9d1947eec97a30e0ba635ed59dfaf678b6f91f954 (crux:3.4)
Tagging crux:3.4
Tagging crux:latest
$ test/run.sh crux:3.4
testing crux:3.4
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'mail': 'x'
warning: garbage password detected for 'ftp': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'www': 'x'
passed
'override-cmd' [4/4]...passed
$ bashbrew build crux:3.2
Building bashbrew/cache:384b91fbeb15c40ee2ddcd6bad5d1dd6c539baff203e55bb036a04447fa62a6c (crux:3.2)
Tagging crux:3.2
$ test/run.sh crux:3.2
testing crux:3.2
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'mail': 'x'
warning: garbage password detected for 'ftp': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'www': 'x'
passed
'override-cmd' [4/4]...passed
Build test of #5073; 60f926d; $ bashbrew build crux:3.4
Building bashbrew/cache:b1dd38c2d24a46846693f5e9f9f00c96955263671bf1dc9a311785f5d5dc75bb (crux:3.4)
Tagging crux:3.4
Tagging crux:latest
$ test/run.sh crux:3.4
testing crux:3.4
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'mail': 'x'
warning: garbage password detected for 'ftp': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'www': 'x'
passed
'override-cmd' [4/4]...passed
$ bashbrew build crux:3.2
Building bashbrew/cache:99ee9b28829d00a8e331ebf2cf9e5f68514c0c16f5c53e9d4bdb02383e9f4ffb (crux:3.2)
Tagging crux:3.2
$ test/run.sh crux:3.2
testing crux:3.2
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'mail': 'x'
warning: garbage password detected for 'ftp': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'www': 'x'
passed
'override-cmd' [4/4]...passed
|
Thanks again @tianon. |
Friendly ping -- it's been ~209 days since this update (so we're probably overdue, especially given CRUX 3.5). |
Friendly ping x2 -- CRUX 3.5 is still a thing but this image hasn't been updated in over a year now. 😰 |
/cc the new maintainers @mcharytoniuk @wawrzek over at https://github.com/cruxlinux |
@tianon @prologic There is a release in the docker-crux repo. I will submit the new release to docker hub library now. https://github.com/cruxlinux/docker-crux/tree/release-3.5-x86_64 |
arm version is in progress maintainers updated according to this comment: docker-library#5073 (comment)
Has this made it to Docker Hub yet? The deprecation notice is still on the page and there is no 3.5 tag. |
Cc: @prologic
Signed-off-by: Lee Jones lee.jones@linaro.org