[ARVADOS-DEV] updated: 564e1d497db9fe1f0b74ae719d52765853b61809
Git user
git at public.arvados.org
Wed May 5 15:19:51 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.json | 2 +-
jenkins/packer-images/jenkins-image-federation-tests.json | 2 +-
jenkins/packer-images/jenkins-image-k8s-tests.json | 2 +-
jenkins/packer-images/jenkins-image-with-docker.json | 2 +-
jenkins/packer-images/jenkins-image-workbench2.json | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
via 564e1d497db9fe1f0b74ae719d52765853b61809 (commit)
from 29cd7deb30b7900b08f6ef92d335b857d86e85e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 564e1d497db9fe1f0b74ae719d52765853b61809
Author: Ward Vandewege <ward at curii.com>
Date: Wed May 5 11:19:25 2021 -0400
Bump the version of the debian buster image we base our images on.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.json b/jenkins/packer-images/jenkins-image-arvados-tests.json
index a1b5f42..99c6857 100644
--- a/jenkins/packer-images/jenkins-image-arvados-tests.json
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.json
@@ -7,7 +7,7 @@
"type": "googlecompute",
"account_file": "{{user `key_file` }}",
"project_id": "phoenix-project-42-ci",
- "source_image": "debian-10-buster-v20200714",
+ "source_image": "debian-10-buster-v20210420",
"zone": "us-central1-b",
"disk_size": "10",
"image_name": "jenkins-image-arvados-tests-{{isotime \"20060102150405\"}}",
diff --git a/jenkins/packer-images/jenkins-image-federation-tests.json b/jenkins/packer-images/jenkins-image-federation-tests.json
index 0b95270..ff74c8f 100644
--- a/jenkins/packer-images/jenkins-image-federation-tests.json
+++ b/jenkins/packer-images/jenkins-image-federation-tests.json
@@ -7,7 +7,7 @@
"type": "googlecompute",
"account_file": "{{user `key_file` }}",
"project_id": "phoenix-project-42-ci",
- "source_image": "debian-10-buster-v20200714",
+ "source_image": "debian-10-buster-v20210420",
"zone": "us-central1-a",
"disk_size": "10",
"image_name": "jenkins-image-federation-tests-{{isotime \"20060102150405\"}}",
diff --git a/jenkins/packer-images/jenkins-image-k8s-tests.json b/jenkins/packer-images/jenkins-image-k8s-tests.json
index f3be62e..af42850 100644
--- a/jenkins/packer-images/jenkins-image-k8s-tests.json
+++ b/jenkins/packer-images/jenkins-image-k8s-tests.json
@@ -7,7 +7,7 @@
"type": "googlecompute",
"account_file": "{{user `key_file` }}",
"project_id": "phoenix-project-42-ci",
- "source_image": "debian-10-buster-v20200714",
+ "source_image": "debian-10-buster-v20210420",
"zone": "us-central1-b",
"disk_size": "10",
"image_name": "jenkins-image-k8s-tests{{isotime \"20060102150405\"}}",
diff --git a/jenkins/packer-images/jenkins-image-with-docker.json b/jenkins/packer-images/jenkins-image-with-docker.json
index 3d30ecf..b2e683a 100644
--- a/jenkins/packer-images/jenkins-image-with-docker.json
+++ b/jenkins/packer-images/jenkins-image-with-docker.json
@@ -7,7 +7,7 @@
"type": "googlecompute",
"account_file": "{{user `key_file` }}",
"project_id": "phoenix-project-42-ci",
- "source_image": "debian-10-buster-v20200714",
+ "source_image": "debian-10-buster-v20210420",
"zone": "us-central1-b",
"disk_size": "20",
"image_name": "jenkins-image-with-docker-{{isotime \"20060102150405\"}}",
diff --git a/jenkins/packer-images/jenkins-image-workbench2.json b/jenkins/packer-images/jenkins-image-workbench2.json
index 998e8f3..0f2aaf1 100644
--- a/jenkins/packer-images/jenkins-image-workbench2.json
+++ b/jenkins/packer-images/jenkins-image-workbench2.json
@@ -7,7 +7,7 @@
"type": "googlecompute",
"account_file": "{{user `key_file` }}",
"project_id": "phoenix-project-42-ci",
- "source_image": "debian-10-buster-v20200714",
+ "source_image": "debian-10-buster-v20210420",
"zone": "us-central1-b",
"disk_size": "20",
"image_name": "jenkins-image-workbench2-{{isotime \"20060102150405\"}}",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list