stacker: fix stacker build

This commit is contained in:
Ramkumar Chinchani
2020-07-09 00:10:11 -07:00
parent 2ac675e682
commit adc6859cd6
3 changed files with 23 additions and 6 deletions
+12 -2
View File
@@ -1,7 +1,7 @@
build:
from:
type: docker
url: docker://golang:1.12.8
url: docker://golang:1.14.4
binds:
- ${{PWD}} -> /go/src/github.com/anuvu/zot
run: |
@@ -11,6 +11,16 @@ build:
export PATH='/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
go get -u github.com/swaggo/swag/cmd/swag
cd /go/src/github.com/anuvu/zot
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.17.1
go get -u -v -d ./...
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.26.0
make
build_only: true
zot:
from:
type: docker
url: docker://centos:latest
import:
- ${{PWD}}/bin/zot
run: |
cp /stacker/zot /usr/bin/zot