From 66a210fc6f33a16a809c3bc7b0c8f59efedebd45 Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Tue, 10 Sep 2024 15:29:08 +0300 Subject: [PATCH] adding attribute indicating default run image --- images.json | 1 + 1 file changed, 1 insertion(+) diff --git a/images.json b/images.json index 5d9b209..dc3f250 100644 --- a/images.json +++ b/images.json @@ -77,6 +77,7 @@ }, { "name": "nodejs-20", + "is_default_run_image": true, "config_dir": "stack-nodejs-20", "output_dir": "build-nodejs-20", "build_image": "build-nodejs-20",