summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-10-12 12:46:14 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-10-12 12:46:14 +0200
commit02c30358375e7871bb2f0c5acfa921d3265d0a6e (patch)
tree32cb888e88fe8693571af5d4cd196d38982c00d9 /Dockerfile
parent92a552ec67afee6adb0fcbb05cf9d8ada7395ebb (diff)
downloadzuul-02c30358375e7871bb2f0c5acfa921d3265d0a6e.tar.gz
Update kubic signature
The kubic repo has changed it signature key so update it to unbreak container builds. Change-Id: I3edc9bebfc6807fb2ed76e615fc9eeff48c03911
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fdb0b2ea9..670922214 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -65,7 +65,7 @@ COPY --from=builder /tmp/openshift-install/kubectl /usr/local/bin/kubectl
COPY --from=builder /tmp/openshift-install/oc /usr/local/bin/oc
# https://podman.io/getting-started/installation.html
-COPY tools/2472D6D0.asc /etc/apt/trusted.gpg.d/kubic.asc
+COPY tools/4D64390375060AA4.asc /etc/apt/trusted.gpg.d/kubic.asc
RUN echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
&& apt-get update \
&& apt-get install -y \