-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
I follow "Download Binaries" installation guide on Linux.
But the command builds the link as
https://github.com/docker/docker-agent/releases/latest/download/docker-agent-Linux-x86_64
However, current Linux's artifacts mismatch this output:
https://github.com/docker/docker-agent/releases/download/v1.32.4/docker-agent-linux-amd64
Version affected
How To Reproduce
-
Take the code snippet from installation guide
-
Display the output using next command:
echo https://github.com/docker/docker-agent/releases/latest/download/docker-agent-$(uname -s)-$(uname -m)
# Output is: https://github.com/docker/docker-agent/releases/latest/download/docker-agent-Linux-x86_64Expectation
A user could download binary on Linux following installation guide.
Screenshots
OS and Terminal type
Ubuntu 24.04 (Linux)
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working