We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I try to install SecurityShepherd, docker build phase fails:
$ docker compose up ... => [stage-1 8/13] RUN apt-get -qq update && apt-get install -y patch libargon2-0 8.2s => [stage-1 9/13] RUN adduser --system --group tomcat --home /usr/local/tomcat 5.6s => [stage-1 10/13] RUN chown -R tomcat:${RUN_GROUP} /usr/local/tomcat 8.2s => [stage-1 11/13] RUN rm -rf /usr/local/tomcat/webapps/ROOT 3.2s => ERROR [stage-1 12/13] RUN patch /usr/local/tomcat/conf/server.xml /usr/local/tomcat/conf/ 0.4s ------ > [stage-1 12/13] RUN patch /usr/local/tomcat/conf/server.xml /usr/local/tomcat/conf/serverxml.patch: #0 0.350 patching file /usr/local/tomcat/conf/server.xml #0 0.353 Hunk #2 succeeded at 109 (offset -1 lines). #0 0.361 patch: **** Can't rename file /usr/local/tomcat/conf/server.xml to /usr/local/tomcat/conf/server.xml.orig : Invalid argument ------ failed to solve: process "/bin/sh -c patch /usr/local/tomcat/conf/server.xml /usr/local/tomcat/conf/serverxml.patch" did not complete successfully: exit code: 2
To Reproduce Steps to reproduce the behavior: (following the instructions in https://github.com/OWASP/SecurityShepherd/wiki/Docker-Environment-Setup)
sudo apt install git maven openjdk-8-jdk
git clone https://github.com/OWASP/SecurityShepherd.git
cd SecurityShepherd
mvn -Pdocker clean install -DskipTests
docker compose up
Expected behavior The docker compose up should not fail but successfully start up docker containers.
Desktop (please complete the following information):
Further Information:
mvn
docker
docker-compose
java
Screenshots none, just see excerpt from build above
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I try to install SecurityShepherd, docker build phase fails:
To Reproduce
Steps to reproduce the behavior: (following the instructions in https://github.com/OWASP/SecurityShepherd/wiki/Docker-Environment-Setup)
sudo apt install git maven openjdk-8-jdk
git clone https://github.com/OWASP/SecurityShepherd.git
cd SecurityShepherd
mvn -Pdocker clean install -DskipTests
docker compose up
Expected behavior
The docker compose up should not fail but successfully start up docker containers.
Desktop (please complete the following information):
Further Information:
mvn
version: 3.6.3-5docker
version: 23.0.1, built Thu Feb 9 19:47:01 2023, Git commit a5ee5b1docker-compose
version: v2.16.0 (compose as plugin)java
version: openjdk 11.0.18 2023-01-17Screenshots
none, just see excerpt from build above
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: