Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pull docker image in Ubuntu 24.04 #5289

Open
3 tasks done
theksg opened this issue Sep 30, 2024 · 2 comments
Open
3 tasks done

Unable to pull docker image in Ubuntu 24.04 #5289

theksg opened this issue Sep 30, 2024 · 2 comments

Comments

@theksg
Copy link

theksg commented Sep 30, 2024

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

I am using ROS 2 Jazzy and Ubuntu (wsl) 24.04.

Upon writing the command "docker pull ghcr.io/autowarefoundation/autoware:universe-devel-20240921", I get the below message
"no matching manifest for linux/amd64 in the manifest list entries"

Expected behavior

Docker image should pull down

Actual behavior

Getting message "no matching manifest for linux/amd64 in the manifest list entries"

Steps to reproduce

  1. Type command "docker pull ghcr.io/autowarefoundation/autoware:universe-devel-20240921"

Versions

OS: Ubuntu 24.04
ROS 2 Jazzy

Possible causes

No response

Additional context

No response

@mitsudome-r
Copy link
Member

@theksg Sorry for the confusion, but we have been renaming our docker images recently.
If you want to use autoware from September 21, then try pulling: docker pull ghcr.io/autowarefoundation/autoware:universe-20240921-amd64.
If you want to pull the latest one, run docker pull ghcr.io/autowarefoundation/autoware:universe-devel

@tranvansang
Copy link

@mitsudome-r

Thanks for the comment.

I checked the latest tag universe-devel and universe-devel-cuda.

The former supports linux/amd64 and linux/arm64.
The latter supports only linux/arm64.

Is cuda build only available for arm64?

image

image

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

No branches or pull requests

3 participants