Skip to content

Commit c5a2a9e

Browse files
dianpopaacatangiu
authored andcommitted
docker: updating image tag for devtool
We need to cross compile the fdt library for being able to create Flattened Device Tree. Also, a python test style warning was solved. Signed-off-by: Diana Popa <[email protected]>
1 parent 9975b0f commit c5a2a9e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/framework/jailer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,4 @@ def _kill_crgoup_tasks(self, controller):
230230
for task in tasks_split:
231231
if os.path.exists("/proc/{}".format(task)):
232232
raise TimeoutError
233-
else:
234-
return True
233+
return True

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# Development container image (name:tag)
7474
# This should be updated whenever we upgrade the development container.
7575
# (Yet another step on our way to reproducible builds.)
76-
DEVCTR_IMAGE="fcuvm/dev:v5"
76+
DEVCTR_IMAGE="fcuvm/dev:v6"
7777

7878
# Naming things is hard
7979
MY_NAME="Firecracker $(basename "$0")"

0 commit comments

Comments
 (0)