Skip to content

Commit 451c4aa

Browse files
authored
Revert "Trust the Intel OneAPI PGP key until it satisfies new APT PGP requirm…" (#706)
This reverts commit 44941a1. Signed-off-by: Yuki Iwai <[email protected]>
1 parent 2d901d0 commit 451c4aa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build/base/intel-builder.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ RUN apt update \
1111
&& apt install -y --no-install-recommends gnupg2 ca-certificates apt-transport-https \
1212
&& gpg --dearmor -o /usr/share/keyrings/oneapi-archive-keyring.gpg /tmp/key.PUB \
1313
&& rm /tmp/key.PUB \
14-
# TODO (tenzen-y): Once Intel OneAPI supports new parsable PGP format for apt, we should remove `trusted=yes` option.
15-
# REF: https://github.com/kubeflow/mpi-operator/issues/691
16-
&& echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg trusted=yes] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list \
14+
&& echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list \
1715
&& apt update \
1816
&& apt install -y --no-install-recommends \
1917
libstdc++-12-dev binutils procps clang \

build/base/intel.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ RUN apt update \
1313
&& apt install -y --no-install-recommends gnupg2 ca-certificates apt-transport-https \
1414
&& gpg --dearmor -o /usr/share/keyrings/oneapi-archive-keyring.gpg /tmp/key.PUB \
1515
&& rm /tmp/key.PUB \
16-
# TODO (tenzen-y): Once Intel OneAPI supports new parsable PGP format for apt, we should remove `trusted=yes` option.
17-
# REF: https://github.com/kubeflow/mpi-operator/issues/691
18-
&& echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg trusted=yes] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list \
16+
&& echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list \
1917
&& apt update \
2018
&& apt install -y --no-install-recommends \
2119
dnsutils \

0 commit comments

Comments
 (0)