Skip to content

Commit 89c6afb

Browse files
committed
fix(python-agent-driver): build base images automatically in just rootfs
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent cb1a907 commit 89c6afb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/python-agent-driver/Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ run-5:
3030

3131
[unix]
3232
rootfs:
33+
docker build --target base -t local-python-base-dev:latest \
34+
-f ../../runtimes/python.Dockerfile ../../runtimes/
35+
docker build -t local-python-base:latest \
36+
-f ../../runtimes/python.Dockerfile ../../runtimes/
3337
docker build --platform linux/amd64 --build-arg BASE=local-python-base:latest \
3438
--target cpio -t {{image}}-cpio .
3539
- docker rm -f {{image}}-tmp

0 commit comments

Comments
 (0)