Add container image store

This commit is contained in:
crschnick
2024-09-15 07:21:25 +00:00
parent d0001d01eb
commit 076084952e
@@ -0,0 +1,6 @@
package io.xpipe.app.ext;
public interface ContainerImageStore {
String getImageName();
}