Skip to content

Commit

Permalink
Fixed version tag for velero 1.6.0 (not rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseago committed May 13, 2021
1 parent 05bae5e commit 8022187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openshift/origin-release:golang-1.14 AS builder
COPY . /go/src/github.com/vmware-tanzu/velero
RUN cd /go/src/github.com/vmware-tanzu/velero \
&& CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static" -X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=v1.6.0-rc.1-konveyor' -mod=mod ./cmd/velero
&& CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static" -X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=v1.6.0-konveyor' -mod=mod ./cmd/velero

RUN mkdir /go/src/github.com/restic \
&& cd /go/src/github.com/restic \
Expand Down

0 comments on commit 8022187

Please sign in to comment.