-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from manuelbuil/containernetworking
Add common binaries for multus
- Loading branch information
Showing
2 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From fc5241fa9c9b3025e27b93ccbb3a6d8e6fd9160e Mon Sep 17 00:00:00 2001 | ||
From: Manuel Buil <[email protected]> | ||
Date: Fri, 9 Apr 2021 17:03:29 +0200 | ||
Subject: [PATCH] Add all important multus binaries | ||
|
||
Signed-off-by: Manuel Buil <[email protected]> | ||
--- | ||
images/entrypoint.sh | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/images/entrypoint.sh b/images/entrypoint.sh | ||
index de88edce..5549058b 100755 | ||
--- a/images/entrypoint.sh | ||
+++ b/images/entrypoint.sh | ||
@@ -177,6 +177,7 @@ done | ||
if [ "$SKIP_BINARY_COPY" = false ]; then | ||
cp -f $MULTUS_BIN_FILE $CNI_BIN_DIR/_multus | ||
mv -f $CNI_BIN_DIR/_multus $CNI_BIN_DIR/multus | ||
+ mv -f /opt/cni/bin/* $CNI_BIN_DIR/ | ||
else | ||
log "Entrypoint skipped copying Multus binary." | ||
fi | ||
-- | ||
2.26.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters