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

Docker-compose fails after extracting rocketchat/rocket.chat:latest #14914

Closed
apiening opened this issue Jul 2, 2019 · 1 comment
Closed

Comments

@apiening
Copy link

apiening commented Jul 2, 2019

Description:

I tried to setup Rocket.Chat with the provided docker-compose.yml file and get an error message after the rocket.chat image got extracted.

Steps to reproduce:

  1. Download docker-compose.yml file from https://github.com/RocketChat/Rocket.Chat/blob/develop/docker-compose.yml
  2. Modify volume paths to fit local directory structure
  3. Do a docker-compose up

Expected behavior:

Images should be downloaded, extracted without errors and then started.

Actual behavior:

After extracting the image rocketchat/rocket.chat:latest I get the message

ERROR: failed to register layer: ApplyLayer exit status 1 stdout:  stderr: lchown /app: invalid argument

Server Setup Information:

  • Version of Rocket.Chat Server: latest. Also tried 1.2.1 but the error remains the same.
  • Operating System: Ubuntu 18.04.2 LTS
  • Deployment Method: docker / docker-compose
  • Number of Running Instances: 1
  • MongoDB Version: mongo:4.0

Relevant logs:

Pulling rocketchat (rocketchat/rocket.chat:latest)...
latest: Pulling from rocketchat/rocket.chat
bc9ab73e5b14: Pull complete
3f117e0d3349: Pull complete
29f0971335c1: Pull complete
a717aa7e730b: Pull complete
0a2d97db0648: Pull complete
964c6c38250f: Pull complete
2e372371e9f6: Extracting [==================================================>]  143.6MB/143.6MB
ERROR: failed to register layer: ApplyLayer exit status 1 stdout:  stderr: lchown /app: invalid argument
@apiening
Copy link
Author

apiening commented Jul 4, 2019

Since this issue is specifically related to the Rocket.Chat docker image, I've opened an issue with the same content there.
Closing this one.

@apiening apiening closed this as completed Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant