Skip to content

Commit

Permalink
fix: add empty history
Browse files Browse the repository at this point in the history
* podman requires an empty history
  • Loading branch information
Vincinator authored Nov 24, 2023
1 parent 8c70d3c commit 04cb6d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/make_oci
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ cat > config << EOF
"diff_ids": [
"sha256:$rootfs_sha256"
]
}
},
"history": [{}]
}
EOF

Expand Down

0 comments on commit 04cb6d0

Please sign in to comment.