Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Install to docker volume fails
Forum Updated to NodeBB v4.3 + New Features

Install to docker volume fails

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 1.3k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    torpeanders
    wrote on last edited by
    #1

    I've been installing in a Docker container using the online installer and an installer script. Now I want to move the install to a Docker volume so it can be shared between containers. The installer rightly senses that /tmp is on another volume than the install directory, but wrongly concludes that I have no free space in /tmp.

    [42581] Tmp is on a different volume than the installation directory. Tmp volume mount point: "" Free space available: "0.00 bytes" Install volume mount point: "/srv/build-deps" Free space available: "180.99 GiB"
    [42581] Installation space required: "1.57 GiB" Temporary space required: "706.70 MiB" Local repository size: "0.00 bytes"

    I've tried setting TMPDIR before installing, but that didn't help.

    U 1 Reply Last reply
    1
    • T Offline
      T Offline
      torpeanders
      wrote on last edited by
      #2

      Setting TMPDIR=/srv/build-deps/temp works, but this must still be a bug?

      1 Reply Last reply
      0
      • JohanSoloJ Offline
        JohanSoloJ Offline
        JohanSolo
        wrote on last edited by
        #3

        I think you should address your question to the Docker forum...

        `They did not know it was impossible, so they did it.'
        -- Mark Twain

        1 Reply Last reply
        1
        • T torpeanders

          I've been installing in a Docker container using the online installer and an installer script. Now I want to move the install to a Docker volume so it can be shared between containers. The installer rightly senses that /tmp is on another volume than the install directory, but wrongly concludes that I have no free space in /tmp.

          [42581] Tmp is on a different volume than the installation directory. Tmp volume mount point: "" Free space available: "0.00 bytes" Install volume mount point: "/srv/build-deps" Free space available: "180.99 GiB"
          [42581] Installation space required: "1.57 GiB" Temporary space required: "706.70 MiB" Local repository size: "0.00 bytes"

          I've tried setting TMPDIR before installing, but that didn't help.

          U Offline
          U Offline
          user2301
          wrote on last edited by
          #4

          @torpeanders said in Install to docker volume fails:

          Docker container using the online installer and an installer script.

          Hi, are you using windows docker container or linux? which version of onliner installer did you use? I tried to install QT 5.10.1 in windows docker using qt-installer-noninteractive.qs script and it did not work. I get this error while installing. I tried with proxy and without proxy as well.

          Network error: [ QNetworkReply::NetworkError(UnknownNetworkError) ] "Failed to connect to server. Check your network connection and try again."
          
          
          FROM microsoft/windowsservercore:10.0.14393.2189
          
          COPY ["./install", "C:/tmp/qt"]
          
          RUN ["C:\\tmp\\qt\\qt-opensource-windows-x86-5.10.1.exe", "--no-proxy", "--script C:\\tmp\\qt\\qt-installer-noninteractive.qs"]
          
          ENV PATH "$PATH:C:\Qt\Qt5.10.1"
          
          ENV PATH "$PATH:C:\Program Files (x86)\Microsoft Visual Studio 15.0\VC"
          
          CMD ["vcvarsall.bat", "x86_amd64"]
          
          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved