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. Official docker image does not run since 11.1.1

Official docker image does not run since 11.1.1

Added by Jeongkyu Shin over 4 years ago

Environment:

Your OpenProject Version: OpenProject 11.1.1 (All-in-one Docker, Enterprise edition (we are using OP as our primary project management system.))

Operating System / Browser / Language: Ubuntu 20.04 / Chrome / English

Logs

./docker/prod/entrypoint.sh: line 87: /app/docker/supervisord: No such file or directory

Steps to reproduce:

  1. Download latest openproject/community:11 (current version: 11.1.1)
  2. Run the docker image as usual
  3. Container dies with the logs above.

Actual Behavior
Container dies right after starting.

Expected Behavior
Running smoothly with community:11.1.0

Note
We found that the container image size shrunk from 670.15 MB to 656.19 MB between 11.1.0 and 11.1.1


Replies (2)

RE: Official docker image does not run since 11.1.1 - Added by Cyril Rohr over 4 years ago

Hello, could you describe the command you use to launch your container?

Thank you,

Cyril

RE: Official docker image does not run since 11.1.1 - Added by Jeongkyu Shin over 4 years ago

That was about the default execution command of the image. 

Reason

The default execution value was /app/docker/supervisord but it is changed to ./docker/prod/supervisord since 11.1.1

Solution

It runs smooth with new docker container and its default execution command, but when I tried to upgrade container via docker down → docker start with keeping old configurations.

So if it happens:

  •  If you use docker-compose or docker assistant tools (Proxmox, Synology docker or portainer), check your default execution command. IT SHOULD BE ./docker/prod/supervisord. 
  • If not,  Recreate container without inherit old configurations.

Hope it helps other users!

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