I am receiving this error message when installing docker as part of Orchestrator install. Any thoughts? The Orchestrator needs to install Docker
Continue? [y/n] y
RedHat/Ubuntu not detected, falling back to default
failed:
sh -c curl -fsSL “https://download.docker.com/linux/ubuntu/gpg” | apt-key add -qq - >/dev/null
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
sh -c echo “deb [arch=amd64] Index of linux/ubuntu/ noble stable” > /etc/apt/sources.list.d/docker.list
sh -c apt-get update -qq >/dev/null
W: https://download.docker.com/linux/ubuntu/dists/noble/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
INFO: Searching repository for VERSION ‘1.63.6-0-89848ad’
INFO: apt-cache madison ‘docker-ce’ | grep ‘1.63.6.*0.89848ad.-0~ubuntu’ | head -1 | awk ‘{$1=$1};1’ | cut -d’ ’ -f 3
ERROR: ‘1.63.6-0-89848ad’ not found amongst apt-cache madison results
→ Contact Rapid7 support and include the error message and installation log.
→ The full install log can be found at /tmp/r7install.log.
root@redacted:~#
Notice that the results of apt-cache madison ‘docker-ce’ is the following:root@bnyrpd702:/# apt-cache madison ‘docker-ce’
docker-ce | 5:27.4.0-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.3.1-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.3.0-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.2.1-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.2.0-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.1.2-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.1.1-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.1.0-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.0.3-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.0.2-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:27.0.1-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.1.4-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.1.3-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.1.2-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.1.1-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.1.0-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.0.2-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.0.1-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
docker-ce | 5:26.0.0-1~ubuntu.24.04~noble | Index of linux/ubuntu/ noble/stable amd64 Packages
grep ‘1.63.6.*0. will not return anything with those results.