Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-70157

StackoverflowException when binding drive D: to Inbound Agent (Windows Docker Image)

XMLWordPrintable

      I'm trying to run the Inbound Agent on Windows as an Docker image I get the following error:

      Process is terminated due to StackOverflowException.

      The command I'm executing is the following:

      docker run -it --rm -v 'd:/:d:' jenkins/inbound-agent:jdk11-windowsservercore-ltsc2019 

      When omitting the volume mount parameter the container runs successfully. The Inbound Agent on Windows has worked for me for years, so I'm guessing something must has been changed on the Agent, so its very unlikely it's a problem with Windows and/or Docker itself. 

      Also when running this command I can see the contents of D:\:

      docker run -it --rm -v "d:/:d:" mcr.microsoft.com/windows/nanoserver:ltsc2019 cmd /s /c dir d: 

      Thank you.

            Unassigned Unassigned
            fabiang Fabian Grutschus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: