Skip to content

Commit

Permalink
Make buildroot_image=oci-archive:/tmp/buildroot-oci.tar work by default
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Dec 11, 2024
1 parent ab742db commit a454c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/py/mockbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def setup_default_config_opts():

config_opts['use_buildroot_image'] = False
config_opts['buildroot_image'] = None
config_opts['buildroot_image_skip_pull'] = True
config_opts['buildroot_image_skip_pull'] = False
config_opts['buildroot_image_ready'] = False
config_opts['buildroot_image_fallback'] = True
config_opts['buildroot_image_keep_getting'] = 120
Expand Down

0 comments on commit a454c8e

Please sign in to comment.