[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH v2 0/7] automation: Update containers to allow HTTPS access to xenbits
Patch series available in this git branch: https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.gitlab-containers-update-v2 v2: - Remove CentOS 7.2 - Remove Debian Jessie test, but update container recipe for the benefit of older branches. - Fix CentOS 7 containner recipe to update all packages. (Fix missing update of HTTPS root certificates) There is work in progress [1] to update urls in our repo to use https, but those https urls to xenbits don't work in our containers, due to an expired root certificate. So we need to update those containers. This series update the dockerfile where just rebuilding the container isn't enough. I've tested the new containers but didn't updated them yet. You can see the result in the following links (if you can access them). There are other containers been test which didn't need dockerfile update. (That was with v1 of the series) https://gitlab.com/xen-project/people/anthonyper/xen/-/pipelines/777474218 https://gitlab.com/xen-project/people/anthonyper/xen/-/pipelines/778218868 Building randconfig on debian unstable seems to be an issue. [1] https://lore.kernel.org/xen-devel/75d91def8234bceb41548147ee8af5fea52bd1d6.1675889602.git.demi@xxxxxxxxxxxxxxxxxxxxxx/ Cheers, Anthony PERARD (7): automation: Remove CentOS 7.2 containers and builds automation: Ensure that all packages are up-to-dates in CentOS 7 container automation: Remove clang-8 from Debian unstable container automation: Use EOL tag for Jessie container automation: Add more aliases in containerize automation: Remove testing on Debian Jessie automation: Remove expired root certificates used to be used by let's encrypt automation/build/centos/7.2.dockerfile | 52 ---------------- automation/build/centos/7.dockerfile | 3 +- automation/build/centos/CentOS-7.2.repo | 35 ----------- .../build/debian/jessie-i386.dockerfile | 7 ++- automation/build/debian/jessie.dockerfile | 7 ++- automation/build/debian/unstable-llvm-8.list | 3 - automation/build/debian/unstable.dockerfile | 12 ---- automation/build/ubuntu/trusty.dockerfile | 5 ++ automation/gitlab-ci/build.yaml | 60 ------------------- automation/scripts/containerize | 3 + 10 files changed, 22 insertions(+), 165 deletions(-) delete mode 100644 automation/build/centos/7.2.dockerfile delete mode 100644 automation/build/centos/CentOS-7.2.repo delete mode 100644 automation/build/debian/unstable-llvm-8.list -- Anthony PERARD
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |