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

Cryptpad is unhealthy on Docker #1349

Closed
llaumgui opened this issue Dec 22, 2023 · 1 comment
Closed

Cryptpad is unhealthy on Docker #1349

llaumgui opened this issue Dec 22, 2023 · 1 comment
Assignees
Labels
Bug There is a problem in our source code Deployment Containers, automation scripts, etc.

Comments

@llaumgui
Copy link
Contributor

llaumgui commented Dec 22, 2023

Description

Hi,

With PR #1287 I have only put wget for build image (sorry). And wget is not in the prod image. I fix that quickly.

You can assign to me this bug.

Steps to reproduce

  1. Start Cryptpad 5.6.0 with docker.
  2. Docker is unhealthy
  3. Because: /bin/sh: 1: wget: not found

Relevant logs

/bin/sh: 1: wget: not found 

Expected behavior

Cryptpad unhealthy.

Version

5.6.0

@llaumgui llaumgui changed the title Cryptpad is unhealty Cryptpad is unhealthy on Docker Dec 22, 2023
@ghost ghost assigned llaumgui Dec 26, 2023
@ghost ghost added Bug There is a problem in our source code Deployment Containers, automation scripts, etc. labels Dec 26, 2023
@ghost ghost closed this as completed in 194c6fc Dec 26, 2023
ghost pushed a commit that referenced this issue Dec 26, 2023
@petrm
Copy link

petrm commented Dec 30, 2023

Since this is preventing the image from functioning in my case, I used this in my compose file as a workaround:

    healthcheck:                                                                       
       test: ["CMD", "/bin/true"]

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug There is a problem in our source code Deployment Containers, automation scripts, etc.
Projects
None yet
Development

No branches or pull requests

2 participants