We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f11d2f commit 8782157Copy full SHA for 8782157
1 file changed
src/cmd.rs
@@ -1275,7 +1275,7 @@ command!(
1275
clickwrite!(writer, "Couldon't get container image\n");
1276
return;
1277
};
1278
- let pod_name = format!("one-off-shell-{}", container_image.as_str());
+ let pod_name = format!("one-off-shell-{}", shorten_to(container_image.to_string(), 63));
1279
1280
if matches.is_present("terminal") {
1281
let terminal = if let Some(t) = matches.value_of("terminal") {
0 commit comments