Skip to content

Commit

Permalink
kas-container: forward provenance argument to kas
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Apr 30, 2024
1 parent c59f6cf commit cf64260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kas-container
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@ while [ $# -gt 0 ] && [ $KAS_EXTRA_BITBAKE_ARGS -eq 0 ]; do
-E|--preserve-env)
fatal_error "$1 is not supported with ${KAS_CONTAINER_SELF_NAME}"
;;
--provenance)
KAS_OPTIONS="${KAS_OPTIONS} $1 $2"
shift 2
;;
--)
KAS_EXTRA_BITBAKE_ARGS=$#
;;
Expand Down

0 comments on commit cf64260

Please sign in to comment.