Uploaded image for project: 'Yetus'
  1. Yetus
  2. YETUS-771

Dockerfile.patchspecific doesn't work when gid isn't defined

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.9.0
    • 0.10.0
    • Precommit

    Description

      If test-patch is run on a node without docker installed, this code

      RUN if [ "${DOCKER_SOCKET_GID}" = -1 ]; then groupadd --non-unique --gid ${DOCKER_SOCKET_GID} dockersock || true; fi
      

      ... won't work.

      Attachments

        1. YETUS-771.00.patch
          1 kB
          Allen Wittenauer

        Activity

          People

            aw Allen Wittenauer
            aw Allen Wittenauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: