evshary / autoware_carla_launch

ROS 2 Launch for running Autoware + Carla easily
https://autoware-carla-launch.readthedocs.io/en/latest/
Apache License 2.0
60 stars 18 forks source link

build problem: can not pull ghcr.io/autowarefoundation/autoware-universe:galactic-20221201-prebuilt-cuda-amd64 image #116

Closed LifeIsBinary closed 1 month ago

LifeIsBinary commented 4 months ago

following Documentation , when Build the container for Carla bridge,

I can not pull ghcr.io/autowarefoundation/autoware-universe:galactic-20221201-prebuilt-cuda-amd64 image.

After login ghcr.io by github account (following https://stackoverflow.com/questions/74656167/unable-to-pull-image-from-github-container-registry-ghcr ), I still getting the message, "Error response from daemon: denied", when docker pull.

MamoruDS commented 4 months ago

Indeed, autowarefoundation/autoware-universe is no longer available, at least not publicly, in the registry. Not sure if it was removed or just set to private.

evshary commented 4 months ago

AWF switched the place storing docker image. We couldn't download the old images temporarily. We need to wait for their update. Here is the discussion: https://github.com/orgs/autowarefoundation/discussions/4964

evshary commented 3 months ago

Hi @LifeIsBinary @MamoruDS, the issue should be solved by https://github.com/evshary/autoware_carla_launch/pull/122 Let me know if there is any other issue.

evshary commented 1 month ago

I'll close the issue. Feel free to reopen it if there is any further problem.