Skip to content

Raspberry pi 5 Bookworm installation error - no matching manifest for linux/arm/v8 #31

Closed
@anvme

Description

@anvme

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

docker compose up -d

[+] Running 0/1
 ⠧ syslog-ng Pulling        1.7s
no matching manifest for linux/arm/v8 in the manifest list entries

Expected Behavior

Run without problems

Steps To Reproduce

Copy official compose.yml
docker compose up -d
And then error above

Environment

- OS: Raspberry pi 5, Raspbian GNU/Linux 12 (bookworm)
- How docker service was installed: Official docker repo

CPU architecture

arm64

Docker creation

233  sudo apt-get update
  234  sudo apt-get install ca-certificates curl
  235  sudo install -m 0755 -d /etc/apt/keyrings
  236  sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
  237  sudo chmod a+r /etc/apt/keyrings/docker.asc
  238  echo   "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
  239    $(. /etc/os-release && echo "$VERSION_CODENAME") stable" |   sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
  240  sudo apt-get update
  241  sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

Container logs

Error response from daemon: No such container: syslog-ng

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions