test: add test images build instructions and stacker.yamls (#2249)

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2024-02-15 13:49:25 +02:00
committed by GitHub
parent d04568b853
commit cc2eda0335
4 changed files with 81 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
public class test {
public static void main(String[] args) {
System.out.println("hello world!");
}
}