Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
02387f1a
Unverified
Commit
02387f1a
authored
Mar 20, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Mar 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75344 from jeffdyoung/multi-arch-tests
enable s390x to test containers
parents
9feb23e5
468d0a2d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
1 deletion
+8
-1
BASEIMAGE
test/images/dnsutils/BASEIMAGE
+1
-0
BASEIMAGE
test/images/echoserver/BASEIMAGE
+1
-0
BASEIMAGE
test/images/hostexec/BASEIMAGE
+1
-0
BASEIMAGE
test/images/jessie-dnsutils/BASEIMAGE
+1
-0
fixup-apt-list.sh
test/images/jessie-dnsutils/fixup-apt-list.sh
+1
-1
BASEIMAGE
test/images/net/BASEIMAGE
+1
-0
BASEIMAGE
test/images/redis/BASEIMAGE
+1
-0
BASEIMAGE
test/images/resource-consumer/BASEIMAGE
+1
-0
No files found.
test/images/dnsutils/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=alpine:3.6
arm=arm32v6/alpine:3.6
arm64=arm64v8/alpine:3.6
ppc64le=ppc64le/alpine:3.6
s390x=s390x/alpine:3.6
test/images/echoserver/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=nginx:1.15-alpine
arm=arm32v6/nginx:1.15-alpine
arm64=arm64v8/nginx:1.15-alpine
ppc64le=ppc64le/nginx:1.15-alpine
s390x=s390x/nginx:1.15-alpine
test/images/hostexec/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=alpine:3.6
arm=arm32v6/alpine:3.6
arm64=arm64v8/alpine:3.6
ppc64le=ppc64le/alpine:3.6
s390x=s390x/alpine:3.6
test/images/jessie-dnsutils/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=debian:jessie
arm=arm32v7/debian:jessie
arm64=arm64v8/debian:jessie
ppc64le=ppc64le/debian:jessie
s390x=s390x/debian:jessie
test/images/jessie-dnsutils/fixup-apt-list.sh
View file @
02387f1a
...
...
@@ -21,7 +21,7 @@ DEB_ARCH=$(dpkg --print-architecture)
# /etc/apt/sources.list which is "deb http://deb.debian.org/debian jessie-updates main"
case
${
DEB_ARCH
}
in
arm64|ppc64el
)
s390x|
arm64|ppc64el
)
sed
-i
'/debian-security/d'
/etc/apt/sources.list
;;
esac
...
...
test/images/net/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=alpine:3.6
arm=arm32v6/alpine:3.6
arm64=arm64v8/alpine:3.6
ppc64le=ppc64le/alpine:3.6
s390x=s390x/alpine:3.6
test/images/redis/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=alpine:3.6
arm=arm32v6/alpine:3.6
arm64=arm64v8/alpine:3.6
ppc64le=ppc64le/alpine:3.6
s390x=s390x/alpine:3.6
test/images/resource-consumer/BASEIMAGE
View file @
02387f1a
...
...
@@ -2,3 +2,4 @@ amd64=k8s.gcr.io/debian-base-amd64:0.4.1
arm=k8s.gcr.io/debian-base-arm:0.4.1
arm64=k8s.gcr.io/debian-base-arm64:0.4.1
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.1
s390x=k8s.gcr.io/debian-base-s390x:0.4.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment