diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-09 17:44:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 17:44:39 +0100 |
commit | 810be56a7c74cc6ef09550cf8b85acc1b8408cc2 (patch) | |
tree | 57071d2d23308168973785ad8c85f9d442f6594b | |
parent | b67f7c85b72b1d3134c2a4ae533e5dcd8cdaa2ca (diff) | |
parent | 7c414a7c9971c16580a723c6bce6c3335b7b7c12 (diff) | |
download | vyos-1x-810be56a7c74cc6ef09550cf8b85acc1b8408cc2.tar.gz vyos-1x-810be56a7c74cc6ef09550cf8b85acc1b8408cc2.zip |
Merge pull request #1701 from sever-sever/T4865
T4865: Fix to generate container image from the file
-rw-r--r-- | op-mode-definitions/container.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/container.xml.in b/op-mode-definitions/container.xml.in index 97a087ce2..786bd66d3 100644 --- a/op-mode-definitions/container.xml.in +++ b/op-mode-definitions/container.xml.in @@ -69,7 +69,7 @@ <list><filename></list> </completionHelp> </properties> - <command>sudo podman build --layers --force-rm --tag "$4" $6</command> + <command>sudo podman build --net host --layers --force-rm --tag "$4" $6</command> </tagNode> </children> </tagNode> |