Skip to content

Commit

Permalink
Failed to capture container inspection data (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 26, 2023
1 parent d9bb949 commit 5281b2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public DockerBuildAction(DockerTransientNode node) {
containerDetails = client.inspectContainerCmd(containerId).exec();
}
this.inspect = new ObjectMapper()
.disable(SerializationFeature.FAIL_ON_EMPTY_BEANS)
.enable(SerializationFeature.INDENT_OUTPUT)
.writeValueAsString(containerDetails);
} catch (IOException e) {
Expand Down

0 comments on commit 5281b2b

Please sign in to comment.