Fix missing ca-certificates package
Occassionally during gate test, some containers seem to be lacking or have an outdated 'ca-certificates' package. This patch adds ca-certificates to container cache prep for the container build process. Change-Id: Ib3613e4338e4dc7e2f1df75e842aa4213d207746
This commit is contained in:
parent
5c9303e251
commit
0bc0844e96
6
releasenotes/notes/add-ca-certs-2398cb4856356028.yaml
Normal file
6
releasenotes/notes/add-ca-certs-2398cb4856356028.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The ``ca-certificates`` package has been included in the LXC
|
||||||
|
container build process in order to prevent issues related to
|
||||||
|
trying to connect to public websites which make use of newer
|
||||||
|
certificates than exist in the base CA certificate store.
|
@ -59,6 +59,7 @@ lxc_cache_map:
|
|||||||
lxc_cache_install_command: "yum install -y"
|
lxc_cache_install_command: "yum install -y"
|
||||||
|
|
||||||
lxc_cache_packages:
|
lxc_cache_packages:
|
||||||
|
- ca-certificates
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- python2
|
- python2
|
||||||
- sudo
|
- sudo
|
||||||
|
@ -70,6 +70,7 @@ lxc_cache_packages:
|
|||||||
- bridge-utils
|
- bridge-utils
|
||||||
- bsdmainutils
|
- bsdmainutils
|
||||||
- build-essential
|
- build-essential
|
||||||
|
- ca-certificates
|
||||||
- cgmanager
|
- cgmanager
|
||||||
- cgmanager-utils
|
- cgmanager-utils
|
||||||
- cgroup-lite
|
- cgroup-lite
|
||||||
|
@ -70,6 +70,7 @@ lxc_cache_install_command: "export DEBIAN_FRONTEND=noninteractive && apt-get upd
|
|||||||
|
|
||||||
lxc_cache_packages:
|
lxc_cache_packages:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
|
- ca-certificates
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- python2.7
|
- python2.7
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user