mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 00:42:54 +00:00
Update YAMLs to latest kernels
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.122
|
||||
image: linuxkit/kernel:4.4.123
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.88
|
||||
image: linuxkit/kernel:4.9.89
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.15.11
|
||||
image: linuxkit/kernel:4.15.12
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.4.122 AS ksrc
|
||||
FROM linuxkit/kernel:4.4.123 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build
|
||||
|
@@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.4.122
|
||||
docker pull linuxkit/kernel:4.4.123
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.122
|
||||
image: linuxkit/kernel:4.4.123
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.9.88 AS ksrc
|
||||
FROM linuxkit/kernel:4.9.89 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build
|
||||
|
@@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.9.88
|
||||
docker pull linuxkit/kernel:4.9.89
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.88
|
||||
image: linuxkit/kernel:4.9.89
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.14.28 AS ksrc
|
||||
FROM linuxkit/kernel:4.14.29 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build
|
||||
|
@@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.14.28
|
||||
docker pull linuxkit/kernel:4.14.29
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.15.11 AS ksrc
|
||||
FROM linuxkit/kernel:4.15.12 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build
|
||||
|
@@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.15.11
|
||||
docker pull linuxkit/kernel:4.15.12
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.15.11
|
||||
image: linuxkit/kernel:4.15.12
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.122
|
||||
image: linuxkit/kernel:4.4.123
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.88
|
||||
image: linuxkit/kernel:4.9.89
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
@@ -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.14.28
|
||||
image: linuxkit/kernel:4.14.29
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
||||
|
Reference in New Issue
Block a user