Skip to content

Installation guide cannot download binaries on Ubuntu 24.04 (Linux) #2117

@nervgh

Description

@nervgh

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

  1. Take the code snippet from installation guide

  2. 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_64

Expectation

A user could download binary on Linux following installation guide.

Screenshots

OS and Terminal type

Ubuntu 24.04 (Linux)

Additional context

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions