Skip to content

Commit f52d2ed

Browse files
committed
Merge pull request #431 from maseev/issue430
Added docker container format
2 parents 4073bec + 3e5904a commit f52d2ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/main/java/org/openstack4j/model/image/ContainerFormat.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ public enum ContainerFormat {
4040
*/
4141
AMI,
4242

43+
/**
44+
* This is the Docker container format
45+
* */
46+
DOCKER,
47+
4348
/**
4449
* Type unknown
4550
*/

0 commit comments

Comments
 (0)