Skip to content

Commit a88eb8c

Browse files
updaung the key intel gpg key
Signed-off-by: Vikas Saxena <[email protected]>
1 parent aa38bcf commit a88eb8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: build/base/intel.Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ ARG BASE_LABEL
22

33
FROM bash AS downloader
44

5-
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB -O key.PUB
5+
# switch to use the new gpg key
6+
#RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB -O key.PUB
7+
RUN wget https://apt.repos.intel.com/oneapi/gpgkey -O key.PUB
68

79
FROM mpioperator/base:${BASE_LABEL}
810

0 commit comments

Comments
 (0)