Skip to content

Commit 947493c

Browse files
committed
Add code comment for CONTAINER_REUSE exit code
1 parent 6ca6675 commit 947493c

File tree

1 file changed

+1
-0
lines changed
  • substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/util

1 file changed

+1
-0
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/util/ExitStatus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public enum ExitStatus {
4040
DRIVER_TO_BUILDER_ERROR(21),
4141
WATCHDOG_EXIT(30),
4242
REBUILD_AFTER_ANALYSIS(40),
43+
// podman can exit 125 if container does not need building
4344
CONTAINER_REUSE(125),
4445
MISSING_METADATA(172),
4546
UNKNOWN(255);

0 commit comments

Comments
 (0)