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 armv7 support for CentOS #4057

Merged
merged 1 commit into from
Feb 26, 2018
Merged

add armv7 support for CentOS #4057

merged 1 commit into from
Feb 26, 2018

Conversation

jperrin
Copy link
Contributor

@jperrin jperrin commented Feb 26, 2018

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index c9bf46f..adde1a0 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -5,6 +5,7 @@ centos:6.7 @ amd64
 centos:6.8 @ amd64
 centos:6.9 @ amd64
 centos:7 @ amd64
+centos:7 @ arm32v7
 centos:7 @ arm64v8
 centos:7 @ ppc64le
 centos:7.0.1406 @ amd64

@tianon
Copy link
Member

tianon commented Feb 26, 2018

LGTM

Build test of #4057; 564cfcb; arm32v7 (centos):

$ bashbrew build centos:latest
Using bashbrew/cache:5c087379682ec7dd82733239ebbe4059302eb4a3ce779b56f502ced30cb0d6c7 (centos:latest)
Tagging centos:latest
Tagging centos:centos7
Tagging centos:7

$ test/run.sh centos:latest
testing centos:latest
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'root': 'locked'
passed
	'override-cmd' [4/4]...passed


$ bashbrew build centos:centos6
skipping "centos:centos6" (due to architecture "arm32v7"; only "amd64, i386" supported)

$ test/run.sh centos:centos6
testing centos:centos6
	image does not exist!


$ bashbrew build centos:centos7.4.1708
skipping "centos:centos7.4.1708" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos7.4.1708
testing centos:centos7.4.1708
	image does not exist!


$ bashbrew build centos:centos7.3.1611
skipping "centos:centos7.3.1611" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos7.3.1611
testing centos:centos7.3.1611
	image does not exist!


$ bashbrew build centos:centos7.2.1511
skipping "centos:centos7.2.1511" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos7.2.1511
testing centos:centos7.2.1511
	image does not exist!


$ bashbrew build centos:centos7.1.1503
skipping "centos:centos7.1.1503" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos7.1.1503
testing centos:centos7.1.1503
	image does not exist!


$ bashbrew build centos:centos7.0.1406
skipping "centos:centos7.0.1406" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos7.0.1406
testing centos:centos7.0.1406
	image does not exist!


$ bashbrew build centos:centos6.9
skipping "centos:centos6.9" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos6.9
testing centos:centos6.9
	image does not exist!


$ bashbrew build centos:centos6.8
skipping "centos:centos6.8" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos6.8
testing centos:centos6.8
	image does not exist!


$ bashbrew build centos:centos6.7
skipping "centos:centos6.7" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos6.7
testing centos:centos6.7
	image does not exist!


$ bashbrew build centos:centos6.6
skipping "centos:centos6.6" (due to architecture "arm32v7"; only "amd64" supported)

$ test/run.sh centos:centos6.6
testing centos:centos6.6
	image does not exist!

The following images failed at least one test:

  • centos:
    • centos:centos6
    • centos:centos7.4.1708
    • centos:centos7.3.1611
    • centos:centos7.2.1511
    • centos:centos7.1.1503
    • centos:centos7.0.1406
    • centos:centos6.9
    • centos:centos6.8
    • centos:centos6.7
    • centos:centos6.6

@tianon tianon merged commit 1376dbf into docker-library:master Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants