[arvados-dev] updated: c4d2739a3a674768e828a1b8a87252a6fe10bb58
git repository hosting
git at public.arvados.org
Fri Jan 12 18:20:01 UTC 2024
Summary of changes:
jenkins/packer-images/jenkins-image-provision.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via c4d2739a3a674768e828a1b8a87252a6fe10bb58 (commit)
from 847a86c63143828e7dcb6a94802eb3ab15f40daf (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 c4d2739a3a674768e828a1b8a87252a6fe10bb58
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Fri Jan 12 15:17:58 2024 -0300
Changes the SSH key type that packer creates to communicate with nodes.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
This is a test to see if the packer-build-provision-testing-image pipeline
works with Debian 12 & Ubuntu 22.04, that seem to have deprecated RSA SSH
key types for authentication.
No issue #
diff --git a/jenkins/packer-images/jenkins-image-provision.json b/jenkins/packer-images/jenkins-image-provision.json
index 0ff59ce..3e83822 100644
--- a/jenkins/packer-images/jenkins-image-provision.json
+++ b/jenkins/packer-images/jenkins-image-provision.json
@@ -14,7 +14,8 @@
"disk_size": "20",
"image_name": "jenkins-image-provision-{{user `distro`}}-{{isotime \"20060102150405\"}}",
"image_family": "jenkins",
- "ssh_username": "jenkins"
+ "ssh_username": "jenkins",
+ "temporary_key_pair_type" : "ed25519"
}
],
"provisioners": [
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list