Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile is broken in stable/4.4.2 release #4971

Open
benosteen opened this issue Jul 3, 2019 · 5 comments
Open

Dockerfile is broken in stable/4.4.2 release #4971

benosteen opened this issue Jul 3, 2019 · 5 comments

Comments

@benosteen
Copy link
Contributor

Describe the bug
Due to changes in yarn setup and configuration, and how projects are set up, the docker containerization configuration and scripts are broken and will fail. The first failure will due to not being able to find package.json in the root directory (as it has been relocated).

I had filed a pull request to fix this when some of these changes were made to the master branch, but it is waiting for reviewer approval still.

#4882

This breakage is due to the lingering effects of #4879 that were not resolved before making the 4.4.2 release

To Reproduce
Steps to reproduce the behavior:

  1. Get github repository and switch to the stable/4.4.2
  2. Try to build the Docker image.

Expected behavior
For the Dockerfile to correctly build a functioning container of the Arches application, and for the docker-compose.yml to be able to start a basic Arches application stack.

@bptarpley
Copy link

Until the Docker deployment for the latest version has been fixed, is there an existing release with a good, known-working Docker deployment? I'd very much like to get up and running with a dockerized deployment of Arches, even if it's not the latest version.

@benosteen
Copy link
Contributor Author

benosteen commented Jul 15, 2019 via email

@bptarpley
Copy link

Awesome! Thank you for letting me know--I'll definitely give it a shot tomorrow and report back if I have any issues.

@bptarpley
Copy link

I finally got around to attempting this, and it looks like there's a problem with the way the arches container attempts to start gunicorn:

../entrypoint.sh: line 345: gunicorn: command not found

Steps to reproduce:

git clone https://github.com/archesproject/arches.git
cd arches
docker-compose build --no-cache
docker-compose up

@benosteen
Copy link
Contributor Author

benosteen commented Jul 18, 2019 via email

@chiatt chiatt added the Docker label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants