File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2211,7 +2211,7 @@ CONFIG_VXLAN=y
22112211CONFIG_GENEVE=m
22122212# CONFIG_BAREUDP is not set
22132213# CONFIG_GTP is not set
2214- # CONFIG_AMT is not set
2214+ CONFIG_AMT=y
22152215# CONFIG_MACSEC is not set
22162216# CONFIG_NETCONSOLE is not set
22172217CONFIG_TUN=y
Original file line number Diff line number Diff line change @@ -1965,7 +1965,7 @@ CONFIG_VXLAN=y
19651965CONFIG_GENEVE=m
19661966# CONFIG_BAREUDP is not set
19671967# CONFIG_GTP is not set
1968- # CONFIG_AMT is not set
1968+ CONFIG_AMT=y
19691969# CONFIG_MACSEC is not set
19701970# CONFIG_NETCONSOLE is not set
19711971CONFIG_TUN=y
Original file line number Diff line number Diff line change @@ -2264,7 +2264,7 @@ CONFIG_VXLAN=y
22642264CONFIG_GENEVE=m
22652265# CONFIG_BAREUDP is not set
22662266# CONFIG_GTP is not set
2267- # CONFIG_AMT is not set
2267+ CONFIG_AMT=y
22682268# CONFIG_MACSEC is not set
22692269# CONFIG_NETCONSOLE is not set
22702270CONFIG_TUN=y
Original file line number Diff line number Diff line change 11kernel :
2- image : linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
2+ image : linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
33 cmdline : " console=ttyS0 console=ttyAMA0"
44init :
55 - linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
Original file line number Diff line number Diff line change 33# In the last stage, it creates a package, which can be used for
44# testing.
55
6- FROM linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2 AS ksrc
6+ FROM linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994 AS ksrc
77
88# Extract headers and compile module
99FROM linuxkit/kernel:6.6.71-builder AS build
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ clean_up() {
1919trap clean_up EXIT
2020
2121# Make sure we have the latest kernel image
22- docker pull linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
22+ docker pull linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
2323# Build a package
2424docker build -t ${IMAGE_NAME} .
2525
Original file line number Diff line number Diff line change 11kernel :
2- image : linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
2+ image : linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
33 cmdline : " console=ttyS0 console=ttyAMA0"
44init :
55 - linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
Original file line number Diff line number Diff line change 55
66set -e
77
8- KERNEL=linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
8+ KERNEL=linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
99
1010# just include the common test
1111. ../tags.sh
You can’t perform that action at this time.
0 commit comments