mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-12 18:37:01 +00:00
Update YAML file to use the latest kernels
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.104
|
||||
image: linuxkit/kernel:4.4.105
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.67
|
||||
image: linuxkit/kernel:4.9.68
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.4
|
||||
image: linuxkit/kernel:4.14.5
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.4.104 AS ksrc
|
||||
FROM linuxkit/kernel:4.4.105 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.67
|
||||
docker pull linuxkit/kernel:4.9.68
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.104
|
||||
image: linuxkit/kernel:4.4.105
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.9.67 AS ksrc
|
||||
FROM linuxkit/kernel:4.9.68 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.67
|
||||
docker pull linuxkit/kernel:4.9.68
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.67
|
||||
image: linuxkit/kernel:4.9.68
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.14.4 AS ksrc
|
||||
FROM linuxkit/kernel:4.14.5 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.67
|
||||
docker pull linuxkit/kernel:4.9.68
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.4
|
||||
image: linuxkit/kernel:4.14.5
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.104
|
||||
image: linuxkit/kernel:4.4.105
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.67
|
||||
image: linuxkit/kernel:4.9.68
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.4
|
||||
image: linuxkit/kernel:4.14.5
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
|
||||
Reference in New Issue
Block a user