Skip to content

Commit

Permalink
Set koll_build_args as empty dict to avoid build error
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun1ee committed Jul 19, 2024
1 parent 8b9ced0 commit 727eac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ kolla_build_customizations_ubuntu: {}
kolla_build_customizations: "{{ kolla_build_customizations_common | combine(kolla_build_customizations_rocky if kolla_base_distro == 'rocky' else kolla_build_customizations_ubuntu) }}"

# Dict mapping Kolla Dockerfile ARG names to their values.
#kolla_build_args:
kolla_build_args: {}

###############################################################################
# Kolla-ansible inventory configuration.
Expand Down

0 comments on commit 727eac6

Please sign in to comment.