0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/stacker.yaml
2020-11-19 11:41:21 -08:00

27 lines
641 B
YAML

build:
from:
type: docker
url: docker://golang:1.15.3
binds:
- ${{PWD}} -> /zotcopy
run: |
export GO111MODULE=on
export GOPATH='/go'
export HOME='/root'
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
mkdir -p /go/src/github.com/anuvu
cd /go/src/github.com/anuvu
git clone /zotcopy zot
cd /go/src/github.com/anuvu/zot
make binary
build_only: true
zot:
from:
type: docker
url: docker://centos:latest
import:
- ${{PWD}}/bin/zot
run: |
cp /stacker/zot /usr/bin/zot