diff --git a/features/src/utils/devcontainer-feature.json b/features/src/utils/devcontainer-feature.json index effdbe21..f0f3fb3d 100644 --- a/features/src/utils/devcontainer-feature.json +++ b/features/src/utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "devcontainer-utils", "id": "utils", - "version": "24.2.3", + "version": "24.2.4", "description": "A feature to install RAPIDS devcontainer utility scripts", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" diff --git a/features/src/utils/install.sh b/features/src/utils/install.sh index 6c449644..e4d4a6fb 100644 --- a/features/src/utils/install.sh +++ b/features/src/utils/install.sh @@ -104,11 +104,10 @@ append_to_all_bashrcs "$(cat .bashrc)"; # export envvars in /etc/profile.d add_etc_profile_d_script devcontainer-utils "$(cat .bashrc)"; -known_hosts=""; # Add GitHub's key fingerprints to known_hosts -known_hosts="$(curl -s https://api.github.com/meta | jq -r '.ssh_keys | map("github.com \(.)") | .[]' || echo "")"; # Add GitLab's key fingerprints to known_hosts (https://docs.gitlab.com/ee/user/gitlab_com/index.html#ssh-known_hosts-entries) -known_hosts+="$(cat <