Skip to content

Commit

Permalink
Fix Internal Error with docker 25.0.0 (bsc#1222668, gh##32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Apr 11, 2024
1 parent ec61f1f commit 1a0a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ydocker/main_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def images_items
tag,
image.id.slice(0, 12),
DateTime.strptime(image.info["Created"].to_s, "%s").to_s,
Y2Storage::DiskSize.new(image.info["VirtualSize"]).to_human_string
Y2Storage::DiskSize.new(image.info["Size"]).to_human_string
)
end
end
Expand Down

0 comments on commit 1a0a1b4

Please sign in to comment.