Skip to content

Commit

Permalink
Add created_by field to history
Browse files Browse the repository at this point in the history
  • Loading branch information
septatrix committed Feb 8, 2024
1 parent 04cb8d9 commit d41eb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkosi/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def make_oci(context: Context, dst: Path) -> None:
"history": [
{
"created": creation_time,
"created_by": "mkosi build ...",
"comment": "Created by mkosi",
},
],
Expand Down

0 comments on commit d41eb80

Please sign in to comment.