Incorrect (?) path in Dockerfile

Hi There

I have been following the guide to install VirtoCommerce via Docker.
/docs/latest/developer-guide/modules-development-via-docker/

I have been getting an error when running docker-compose

unexpected status code [manifests dev-linux-latest]: 401 Unauthorized
ERROR: Service 'virtocommerce.platform.web' failed to build : Build failed

Github have moved to a new location for docker images
https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry

I noticed that the Dockerfile path includes “vc-platform”

Github is showing the path as ghcr.io/virtocommerce/platform:dev-linux-latest

FROM ghcr.io/virtocommerce/platform:${platform_arg}
#FROM docker.pkg.github.com/virtocommerce/vc-platform/platform:dev-linux-latest`

Once updated all works correctly.

FYI

Regards
Dave

Hi!
Thanks for issue, we fixed it.
Screenshot 2021-07-28 at 15.30.33

1 Like