Skip to content

Doc-website says debian-trixie on armhf is supported, but https://get.docker.com/ script gives error and repo-folder is missing #24824

@jdg71nl

Description

@jdg71nl

Is this a docs issue?

  • My issue is about the documentation content or website

Type of issue

Information is incorrect

Description

When running this install script on Debian Trixie on a Raspberry-Pi-Zero-1-W which has cpu-arch armhf :
https://get.docker.com/
the script gives this error :
repository ... does not have a Release file.

This website sais that armhf is supported:
https://docs.docker.com/engine/install/
This website says that Debian Trixie is supported:
https://docs.docker.com/engine/install/debian/
But the repo does not have a trixie folder:
https://download.docker.com/linux/raspbian/dists/

Script output:

--[CWD=~/colorprompt/setup_scripts(git:main)]--[1776587217 10:26:57 Sun 19-Apr-2026 CEST]--[jdg@j-rpi-z1w-temp]--[hw:RPI0w-1.1/512M,os:Raspbian-13/trixie,isa:armv6l]------
> get_docker.sh 
# Executing docker install script, commit: 8fb5881103ac6f2fb404605d6d5b1f84244f3896
+ sudo -E sh -c 'apt-get -qq update >/dev/null'
+ sudo -E sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
+ sudo -E sh -c 'install -m 0755 -d /etc/apt/keyrings'
+ sudo -E sh -c 'curl -fsSL "https://download.docker.com/linux/raspbian/gpg" -o /etc/apt/keyrings/docker.asc'
+ sudo -E sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
+ sudo -E sh -c 'echo "deb [arch=armhf signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/raspbian trixie stable" > /etc/apt/sources.list.d/docker.list'
+ sudo -E sh -c 'apt-get -qq update >/dev/null'
E: The repository 'https://download.docker.com/linux/raspbian trixie Release' does not have a Release file.

#( bash[PROMPT_COMMAND]: prev.cmd returned non-zero code: 100 )
--[CWD=~/colorprompt/setup_scripts(git:main)]--[1776587353 10:29:13 Sun 19-Apr-2026 CEST]--[jdg@j-rpi-z1w-temp]--[hw:RPI0w-1.1/512M,os:Raspbian-13/trixie,isa:armv6l]------

Location

https://docs.docker.com/engine/install/

Suggestion

Suggested action:

  • build and publish the trixie-armhf binaries

Alternative action:

  • remove the (suggested) support from the web-doc-content, and upgrade the script to warn for non-support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions