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

webdav-centos7/Dockerfile is broken #30

Open
vrbanecd opened this issue Apr 13, 2023 · 1 comment
Open

webdav-centos7/Dockerfile is broken #30

vrbanecd opened this issue Apr 13, 2023 · 1 comment
Assignees

Comments

@vrbanecd
Copy link

  1. One of the links in the docker file is wrong (line 15): instead of https://repo.cloud.cnaf.infn.it/repository/storm/nightly/storm-nightly-centos7.repo it seems it should be https://repo.cloud.cnaf.infn.it/repository/storm/storm-nightly-centos7.repo.

  2. When I run the container (docker run -it storm-webdav bash) and in the container I do service storm-webdav start I get an error:
    Redirecting to /bin/systemctl start storm-webdav.service Failed to get D-Bus connection: Operation not permitted

When I tried to troubleshoot I found that the file in line 5 of run.sh doesn't exist. The error message is /etc/sysconfig/storm-webdav: No such file or directory.

@federicaagostini
Copy link
Collaborator

federicaagostini commented Dec 10, 2024

Hi, we have added now a Dockerfile which builds the source code directly, instead of the one you are using, which installs the rpm. Do you confirm that this one works? https://github.com/italiangrid/storm-webdav/blob/develop/Dockerfile

Is it fine to use the updated dockerfile, or you need the one which installs the rpm?

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

2 participants