diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-04-22 17:17:34 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-04-22 17:17:48 -0700 |
commit | 7092e58fb9059d8cf495af5ac3a34f56c05a8a45 (patch) | |
tree | c43d319c24540498ee1d55df84b88ae07180fe19 /deployments | |
parent | 5414c23063815207c68bfc7398561cec7409c963 (diff) |
Add plugin to the folder names
Make the folder name as k8splugin in keeping
with the repository name and other references.
Issue-ID: MULTICLOUD-581
Change-Id: Ida36877d0aa4ce156c11bdce9b91cb06f6aee8f9
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'deployments')
-rw-r--r-- | deployments/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 7dc76f45..c37c7989 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -30,11 +30,11 @@ RUN apt-get update && apt-get install -y -qq apt-transport-https curl \ && curl https://packages.wand.net.nz/keyring.gpg -o /etc/apt/trusted.gpg.d/wand.gpg \ && apt-get update && apt install -y -qq ovn-common -WORKDIR /opt/multicloud/k8s -RUN chown onap:onap /opt/multicloud/k8s -R +WORKDIR /opt/multicloud/k8splugin +RUN chown onap:onap /opt/multicloud/k8splugin -R ADD --chown=onap ./k8plugin ./ -ADD --chown=onap ./*.so ./ +ADD --chown=onap ./*.so ./plugins/ USER onap |