Skip to content

[Bug]: Error response from daemon: Head "https://ghcr.io/v2/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-local/manifests/latest": unauthorized #51

@cardboardcode

Description

@cardboardcode

Before proceeding, is there an existing issue or discussion for this?

OS and version

Ubuntu 22.04

Open-RMF installation type

Binaries

Other Open-RMF installation methods

Docker

Open-RMF version or commit hash

release-jazzy-240617

ROS distribution

Jazzy

ROS installation type

Binaries

Other ROS installation methods

No response

Package or library, if applicable

No response

Description of the bug 🐛

When attempting to run a small local deployment in order to avoid setting up a kubernetes cluster, the following error is encountered after running docker compose:

[+] Running 0/3
 ⠿ web-dashboard Error                                                     0.6s
 ⠿ simulation Error                                                        0.6s
 ⠿ api-server Error                                                        0.6s
Error response from daemon: Head "https://ghcr.io/v2/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-local/manifests/latest": unauthorized

Steps to reproduce the bug 📚

  1. Download repository:
git clone https://github.com/open-rmf/rmf_deployment_template.git && cd rmf_deployment_template
  1. Start up local deployment using command below:
docker-compose -f devel/docker-compose-local.yaml up

Expected behavior 🟢

Docker containers starts up and I am able to see RMF Dashboard load properly.

Actual behavior 🔴

docker compose command fails with the aforementioned unauthorised error.

Additional information or screenshots 💬

From the error, it is deduced that there is likely a private docker image used upstream. Making that docker image public should solve the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions