mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-21 19:44:39 +00:00
Merge pull request #55 from c3os-io/feature/cluster-provider
Abstract Cluster Provisioning with Cluster Plugins
This commit is contained in:
committed by
Itxaka
parent
d008a3f042
commit
288ab3f8b7
@@ -36,6 +36,7 @@ go-deps:
|
|||||||
FROM golang:$GO_VERSION
|
FROM golang:$GO_VERSION
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
COPY sdk sdk
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
RUN apt-get update && apt-get install -y upx
|
RUN apt-get update && apt-get install -y upx
|
||||||
SAVE ARTIFACT go.mod AS LOCAL go.mod
|
SAVE ARTIFACT go.mod AS LOCAL go.mod
|
||||||
|
Reference in New Issue
Block a user