Skip to content

Commit

Permalink
add force flag to kaniko to fix cgroups v2 issue (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
yehiyam authored Mar 27, 2022
1 parent f3cc4cd commit 6587d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/algorithm-builder/lib/builds/build-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ dockerBuildKaniko() {
--build-arg packagesToken=${packagesToken} \
--build-arg baseImage=${baseImage} \
--build-arg dependency_install_cmd=${dependency_install_cmd} \
--force \
--destination $image" > ${commands}/run

chmod +x ${commands}/run
Expand Down

0 comments on commit 6587d47

Please sign in to comment.