Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Openproject-deploy pull access denied for openproject/proxy,

Openproject-deploy pull access denied for openproject/proxy,

Added by Hans Mo 9 months ago

Hey guys,

I am trying to follow this guide to get OpenProject running in Docker but I am facing problems. I can't pull the image in my VM and my host machine. I keep getting the error: "* Error response from daemon: pull access denied for openproject/proxy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"

Is someone having the same issue and maybe knows how to fix this?

Thank you very much!


Replies (2)

RE: Openproject-deploy pull access denied for openproject/proxy, - Added by Stefan Weiberg 9 months ago

I have the same issue. Looks like the container didn't get pushed publicly on Docker Hub. I created #57701

RE: Openproject-deploy pull access denied for openproject/proxy, - Added by Markus Kahl 9 months ago

The full error message, when you pull, is the following:

WARNING: Some service image(s) must be built from source by running:
    docker compose build proxy
1 error occurred:
        * Error response from daemon: pull access denied for openproject/proxy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

That means the fix is to build the proxy, by using the command from the message:

docker compose build proxy

Alternatively, you can use the following to start the whole stack.

docker compose up -d --build --pull always

Our docs will be updated with the next release on Wednesday. Sorry for the confusion!

  • (1 - 2/2)
Loading...