CentOS / sig-cloud-instance-build

CentOS Cloud Instance SIG: Metadata to build & release instances
362 stars 167 forks source link

port fix for yum override_install_langs from 2892c17 for aarch64 #154

Open mbargull opened 5 years ago

mbargull commented 5 years ago

Adds the changes from https://github.com/CentOS/sig-cloud-instance-build/commit/2892c17fa8a520e58c3f42cd56587863fe675670 to the aarch64 image.

Fixes:

> docker run --rm arm64v8/centos:7 sh -c \
>     'yum reinstall -q -y glibc-common >/dev/null 2>&1 && LC_ALL=en_US.UTF-8 sh -c :'
/usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
centos-ci commented 5 years ago

Can one of the admins verify this patch?