mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 12:22:43 +00:00
Update remaining hashes in tests manually
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
committed by
Avi Deitcher
parent
17e9b4412b
commit
5f0b5f292e
@@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
|
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
|
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# In the last stage, it creates a package, which can be used for
|
# In the last stage, it creates a package, which can be used for
|
||||||
# testing.
|
# testing.
|
||||||
|
|
||||||
FROM linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2 AS ksrc
|
FROM linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86 AS ksrc
|
||||||
|
|
||||||
# Extract headers and compile module
|
# Extract headers and compile module
|
||||||
FROM linuxkit/kernel:6.6.71-builder AS build
|
FROM linuxkit/kernel:6.6.71-builder AS build
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ clean_up() {
|
|||||||
trap clean_up EXIT
|
trap clean_up EXIT
|
||||||
|
|
||||||
# Make sure we have the latest kernel image
|
# Make sure we have the latest kernel image
|
||||||
docker pull linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
|
docker pull linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
# Build a package
|
# Build a package
|
||||||
docker build -t ${IMAGE_NAME} .
|
docker build -t ${IMAGE_NAME} .
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
|
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# In the last stage, it creates a package, which can be used for
|
# In the last stage, it creates a package, which can be used for
|
||||||
# testing.
|
# testing.
|
||||||
|
|
||||||
FROM linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71 AS ksrc
|
FROM linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86 AS ksrc
|
||||||
|
|
||||||
# Extract headers and compile module
|
# Extract headers and compile module
|
||||||
FROM linuxkit/kernel:6.6.71-builder AS build
|
FROM linuxkit/kernel:6.6.71-builder AS build
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ clean_up() {
|
|||||||
trap clean_up EXIT
|
trap clean_up EXIT
|
||||||
|
|
||||||
# Make sure we have the latest kernel image
|
# Make sure we have the latest kernel image
|
||||||
docker pull linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
|
docker pull linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
# Build a package
|
# Build a package
|
||||||
docker build -t ${IMAGE_NAME} .
|
docker build -t ${IMAGE_NAME} .
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
|
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
KERNEL=linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
|
KERNEL=linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
|
|
||||||
# just include the common test
|
# just include the common test
|
||||||
. ../tags.sh
|
. ../tags.sh
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
KERNEL=linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
|
KERNEL=linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||||
|
|
||||||
# just include the common test
|
# just include the common test
|
||||||
. ../tags.sh
|
. ../tags.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user