Skip to content

Commit

Permalink
Add image and imageID to container status
Browse files Browse the repository at this point in the history
  • Loading branch information
aureleoules committed Jun 11, 2024
1 parent f9420a0 commit 239e50f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/process/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ message ContainerStatus {
int32 restartCount = 4;
string state = 5;
string message = 6;
string image = 7;
string imageID = 8;
}

message Manifest {
Expand Down

0 comments on commit 239e50f

Please sign in to comment.