Skip to content

Commit

Permalink
Add missing GPG keys for aarch64 and ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Jul 3, 2019
1 parent 96c9255 commit d511249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion linux-anvil-comp7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ENV LANG en_US.UTF-8
ADD http://worldclockapi.com/api/json/utc/now /opt/docker/etc/timestamp

# Resolves a nasty NOKEY warning that appears when using yum.
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 && \
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64

# Install basic requirements.
RUN yum update -y && \
Expand Down
3 changes: 2 additions & 1 deletion linux-anvil-ppc64le/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LANGUAGE=en_US.UTF-8
ADD http://worldclockapi.com/api/json/utc/now /opt/docker/etc/timestamp

# Resolves a nasty NOKEY warning that appears when using yum.
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le

# Install basic requirements.
RUN yum update -y && \
Expand Down

0 comments on commit d511249

Please sign in to comment.