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

golang:1.6.3-alpine doesn't contain make package

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • kubernetes-plugin
    • 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

            csanchez Carlos Sanchez
            skulanov Sergey Kulanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: