Merge pull request #2905 from rn/kup

Update kernels to 4.15.1/14.14.17/4.9.80/4.4.115
This commit is contained in:
Rolf Neugebauer
2018-02-07 13:09:19 +00:00
committed by GitHub
102 changed files with 115 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.114
image: linuxkit/kernel:4.4.115
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.16
image: linuxkit/kernel:4.14.17
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.15
image: linuxkit/kernel:4.15.1
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.4.114 AS ksrc
FROM linuxkit/kernel:4.4.115 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.114
image: linuxkit/kernel:4.4.115
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.9.79 AS ksrc
FROM linuxkit/kernel:4.9.80 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.14.16 AS ksrc
FROM linuxkit/kernel:4.14.17 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.16
image: linuxkit/kernel:4.14.17
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.15 AS ksrc
FROM linuxkit/kernel:4.15.1 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.15
image: linuxkit/kernel:4.15.1
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.114
image: linuxkit/kernel:4.4.115
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.16
image: linuxkit/kernel:4.14.17
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782
@@ -16,8 +16,5 @@ files:
- path: /etc/ltp/baseline
contents: "100"
trust:
image:
- linuxkit/kernel
- linuxkit/init
- linuxkit/runc
- linuxkit/containerd
org:
- linuxkit

View File

@@ -1,7 +1,7 @@
# FIXME: This should use the minimal example
# We continue to use the kernel-config-test as CI is currently expecting to see a success message
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782
@@ -17,9 +17,5 @@ onboot:
image: linuxkit/poweroff:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
image:
- linuxkit/kernel
- linuxkit/init
- linuxkit/runc
- linuxkit/containerd
- linuxkit/dhcpcd
org:
- linuxkit