From a4888799a8182d71a46422426ffd25cc18c3c92b Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 7 Feb 2021 15:08:15 +0100 Subject: Work on gerblyze deploy now fails when the oom killer reaps the gerbolyze svg-flatten compiler job during pip install. --- bootstrap_arch_container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap_arch_container.yml') diff --git a/bootstrap_arch_container.yml b/bootstrap_arch_container.yml index dfe677b..c115539 100644 --- a/bootstrap_arch_container.yml +++ b/bootstrap_arch_container.yml @@ -13,9 +13,9 @@ - name: Download arch bootstrap image get_url: - url: http://mirror.rackspace.com/archlinux/iso/2020.03.01/archlinux-bootstrap-2020.03.01-x86_64.tar.gz + url: http://mirror.rackspace.com/archlinux/iso/2021.02.01/archlinux-bootstrap-2021.02.01-x86_64.tar.gz dest: /tmp/arch-bootstrap.tar.xz - checksum: sha256:49c7aa8718e48f5a4ec570624520fa50616ed3e044af101ec3aa16c155136f82 + checksum: sha256:90afa6b420f5d171de71fdd11fc4f10a4ef30fdf61e4f3733958bea7bdbc0fa9 when: create_container is changed - name: Create container image filesystem -- cgit