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

Error response from daemon: Could not find the file /fitnesse in container #3

Open
maulikprajapati opened this issue Jun 29, 2024 · 0 comments

Comments

@maulikprajapati
Copy link

maulikprajapati commented Jun 29, 2024

I recently upgraded the image from hasc fitnesse-fixtures-test-jre8-chrome-with-pdf to fitnesse-fixtures-test-jre11-chrome-with-pdf. After the upgrade, I encountered the following error while copying tests:

echo "Copying tests"
  docker cp ${DIR}/wiki/FitNesseRoot ${CONTAINER}:/fitnesse/wiki/
Error response from daemon: Could not find the file /fitnesse in container

Configuration:

fitnesse-suite8:
  image: ${FITNESSE_IMAGE}
  command: -DreRunSuiteLocation=/fitnesse/target/suite8 -DfitnesseSuiteToRun=MyTests -DTENANT=fitnesse-suite8 -DTENANTDISPLAY=Fitnesse-suite8 -DsuiteFilter=Suite8 -DexcludeSuiteFilter=Suite1,Suite2,Suite3,Suite4,Suite5,Suite6,Suite7,Suite9,
  environment:
    LANG_WHERE: NL
    ENCODING: UTF-8
    LANGUAGE: nl_NL.UTF-8
    LANG: nl_NL.UTF-8
    FITNESSE_OPTS: -DseleniumBrowser=chrome -DseleniumGridUrl=http://localhost:4444/wd/hub -Xmx300m -Xms192m
  mem_limit: 2100m
  volumes:
  - /dev/shm:/dev/shm
  networks:
    - my_network

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