golang:1.6.3-alpine doesn't contain make package

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Trivial
    • Component/s: kubernetes-plugin
    • Environment:
      Jenkins ver. 2.7.4
      kubernetes plugin v0.10
      kubernetes version 1.5.0

      Image golang:1.6.3-alpine
      from base example here
      doesn't work as expected

      containerTemplate(name: 'golang', image: 'golang:1.6.3-alpine', ttyEnabled: true, command: 'cat')
      ...
      cd /go/src/github.com/hashicorp/terraform && make core-dev
      ...
      

      Since there is no make tool installed in this container, We need to use our custom one

            Assignee:
            Carlos Sanchez
            Reporter:
            Sergey Kulanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: