Skip to content

Conversation

philippkahr
Copy link
Contributor

when you just run it as in the docs, it can't find the docker-ce stuff yet since we only added the repo but didn't run apt update.

elastic@kahr-apm-blog-micro-20250804-200852:/home/philipp$ sudo mkdir -m 0755 -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
elastic@kahr-apm-blog-micro-20250804-200852:/home/philipp$ echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
elastic@kahr-apm-blog-micro-20250804-200852:/home/philipp$ sudo apt install -y docker-ce=5:27.0.* docker-ce-cli=5:27.0.* containerd.io
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Version '5:27.0.*' for 'docker-ce' was not found
E: Unable to locate package docker-ce-cli
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'

@philippkahr philippkahr requested a review from a team as a code owner August 4, 2025 20:19
Copy link

github-actions bot commented Aug 4, 2025

🔍 Preview links for changed docs

Copy link
Contributor

@kilfoyle kilfoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀
Thanks @philippkahr!

@philippkahr philippkahr enabled auto-merge (squash) August 5, 2025 13:47
@philippkahr philippkahr merged commit 2d6427e into main Aug 5, 2025
7 checks passed
@philippkahr philippkahr deleted the philippkahr-patch-1 branch August 5, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants