build/docker: Import Enea Armband keys 55/23755/4
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 28 Oct 2016 14:09:55 +0000 (16:09 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 15 Nov 2016 18:35:10 +0000 (19:35 +0100)
JIRA: ARMBAND-96

Change-Id: I28ab3030d3f31c5734508838985412a33334570a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
patches/opnfv-fuel/0008-build-docker-Import-Enea-Armband-keys.patch [new file with mode: 0644]
patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch

diff --git a/patches/opnfv-fuel/0008-build-docker-Import-Enea-Armband-keys.patch b/patches/opnfv-fuel/0008-build-docker-Import-Enea-Armband-keys.patch
new file mode 100644 (file)
index 0000000..e48b220
--- /dev/null
@@ -0,0 +1,23 @@
+From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
+Date: Fri, 28 Oct 2016 16:06:20 +0200
+Subject: [PATCH] build/docker: Import Enea Armband keys
+
+JIRA: ARMBAND-96
+
+Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
+---
+ build/docker/Dockerfile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
+index 4beb560..04c4d2b 100644
+--- a/build/docker/Dockerfile
++++ b/build/docker/Dockerfile
+@@ -33,5 +33,7 @@ RUN git clone -b INSERT_FPB_BRANCH INSERT_FPB_REPO && cd fuel-plugins && \
+ # fuel-infra key
+ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BCE5CC461FA22B08
++# Enea Armband key
++RUN apt-key adv --keyserver keys.gnupg.net --recv-keys DEAB90BA798AB1D1
+
+ RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
+ RUN echo "Defaults env_keep += \"ftp_proxy http_proxy https_proxy no_proxy RSYNC_PROXY RSYNC_CONNECT_PROG npm_config_registry\"" > /etc/sudoers.d/keep-proxies
index 6fc8bdb..2be2e09 100644 (file)
@@ -17,7 +17,7 @@ diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
 index 624f233..ab0d0d3 100644
 --- a/build/docker/Dockerfile
 +++ b/build/docker/Dockerfile
-@@ -23,7 +23,14 @@ RUN apt-get install -y software-properties-common python-software-properties \
+@@ -23,5 +23,12 @@ RUN apt-get install -y software-properties-common python-software-properties \
      build-essential ruby-dev rubygems-integration python-pip git rpm createrepo dpkg-dev
 
  RUN gem install fpm
@@ -32,8 +32,6 @@ index 624f233..ab0d0d3 100644
 +    cd .. && rm -rf fuel-plugins
  # fuel-infra key
  RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BCE5CC461FA22B08
-
- RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
 index 783881e..74f6346 100644
 --- a/build/docker/Makefile
 +++ b/build/docker/Makefile