mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
tests: Copy kernel-builder from the correct location
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
5f959a9bcd
commit
6b0e1b709d
@ -36,7 +36,7 @@ BUILDERLABEL=$(docker inspect -f '{{index .Config.Labels "org.mobyproject.linuxk
|
||||
# create the container; /bin/sh does not exist, but that does not prevent us from indicating what the command
|
||||
# *would* be. Indeed, you *must* have a command for `docker create` to work
|
||||
ctrid=$(docker create $KERNEL /bin/sh)
|
||||
docker cp ${ctrid}:/etc/kernel-builder ${BUILDERFILE}
|
||||
docker cp ${ctrid}:/kernel-builder ${BUILDERFILE}
|
||||
FILECONTENTS=$(cat ${BUILDERFILE})
|
||||
|
||||
# get the manifests for the referenced tag and for the referenced builder.
|
||||
|
Loading…
Reference in New Issue
Block a user