Update ca-certificates in various docker build environments

The ca-certificates in our docker build environments expired
on Oct 1 2021.  The ca-certificates package needs to be updated
within each container.

Closes-bug: 1946122
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: If9b89d8a13f5924f28857382aee302bec3b0dca5
This commit is contained in:
Scott Little 2021-10-05 12:02:34 -04:00
parent edff46c49f
commit 5c4f09d81b
3 changed files with 6 additions and 0 deletions

View File

@ -12,3 +12,5 @@ RUN set -ex ;\
/tmp/* \
/var/tmp/*
# root CA cert expired on October 1st, 2021
RUN yum update -y ca-certificates

View File

@ -27,3 +27,5 @@ RUN set -ex ;\
/tmp/* \
/var/tmp/*
# root CA cert expired on October 1st, 2021
RUN yum update -y ca-certificates

View File

@ -32,3 +32,5 @@ RUN set -ex; \
python get-pip.py
COPY ${BUILD_STREAM}-wheels-py2.cfg /wheels-py2.cfg
# root CA cert expired on October 1st, 2021
RUN yum update -y ca-certificates