-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Maintain one single server binary and image
- Change direct-csi references to directpv - Bugfixes
- Loading branch information
1 parent
23425fd
commit 7052a80
Showing
17 changed files
with
41 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
CGO_ENABLED: 0 | ||
GO111MODULE: on | ||
run: | | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/direct-csi | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/directpv | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/kubectl-direct_csi | ||
echo "BUILD_TAG=v0.0.0-$(./direct-csi --version)" >> $GITHUB_ENV | ||
echo "BUILD_TAG=v0.0.0-$(./directpv --version)" >> $GITHUB_ENV | ||
- name: Build docker image | ||
run: | | ||
docker build -t quay.io/minio/direct-csi:${BUILD_TAG} . | ||
docker build -t quay.io/minio/directpv:${BUILD_TAG} . | ||
- name: Setup Minikube | ||
uses: manusa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
CGO_ENABLED: 0 | ||
GO111MODULE: on | ||
run: | | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/direct-csi | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/directpv | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/kubectl-direct_csi | ||
echo "BUILD_TAG=v0.0.0-$(./direct-csi --version)" >> $GITHUB_ENV | ||
echo "BUILD_TAG=v0.0.0-$(./directpv --version)" >> $GITHUB_ENV | ||
- name: Build docker image | ||
run: | | ||
docker build -t quay.io/minio/direct-csi:${BUILD_TAG} . | ||
docker build -t quay.io/minio/directpv:${BUILD_TAG} . | ||
- name: Setup Minikube | ||
uses: manusa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
CGO_ENABLED: 0 | ||
GO111MODULE: on | ||
run: | | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/direct-csi | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/directpv | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/kubectl-direct_csi | ||
echo "BUILD_TAG=v0.0.0-$(./direct-csi --version)" >> $GITHUB_ENV | ||
echo "BUILD_TAG=v0.0.0-$(./directpv --version)" >> $GITHUB_ENV | ||
- name: Build docker image | ||
run: | | ||
docker build -t quay.io/minio/direct-csi:${BUILD_TAG} . | ||
docker build -t quay.io/minio/directpv:${BUILD_TAG} . | ||
- name: Setup Minikube | ||
uses: manusa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
CGO_ENABLED: 0 | ||
GO111MODULE: on | ||
run: | | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/direct-csi | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/directpv | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/kubectl-direct_csi | ||
echo "BUILD_TAG=v0.0.0-$(./direct-csi --version)" >> $GITHUB_ENV | ||
echo "BUILD_TAG=v0.0.0-$(./directpv --version)" >> $GITHUB_ENV | ||
- name: Build docker image | ||
run: | | ||
docker build -t quay.io/minio/direct-csi:${BUILD_TAG} . | ||
docker build -t quay.io/minio/directpv:${BUILD_TAG} . | ||
- name: Setup Minikube | ||
uses: manusa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
CGO_ENABLED: 0 | ||
GO111MODULE: on | ||
run: | | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/direct-csi | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/directpv | ||
go build -tags "osusergo netgo static_build" -ldflags="-X main.Version=${VERSION} -extldflags=-static" github.com/minio/directpv/cmd/kubectl-direct_csi | ||
echo "BUILD_TAG=v0.0.0-$(./direct-csi --version)" >> $GITHUB_ENV | ||
echo "BUILD_TAG=v0.0.0-$(./directpv --version)" >> $GITHUB_ENV | ||
- name: Build docker image | ||
run: | | ||
docker build -t quay.io/minio/direct-csi:${BUILD_TAG} . | ||
docker build -t quay.io/minio/directpv:${BUILD_TAG} . | ||
- name: Setup Minikube | ||
uses: manusa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters