Skip to content

Commit

Permalink
version bump; update restic branch/build;rebase log 1.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sseago committed Apr 15, 2021
1 parent ccb545f commit 05bae5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions 1.6.0-konveyor-rebase.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
git checkout v1.6.0
git checkout -b 1.6.0-rebase
git cherry-pick b15d6bae5ab937f40efc3f5312c00cd1cf4e9e59 # Add UBI Dockerfiles for Konveyor
git cherry-pick 391f9a646b3a881091e63234fea9646475de0bb3 # Add support for restic skip-unchanged
git cherry-pick 53ef637b20362bc46abd6a70cd968d4c84b3034c # insecureSkipTLSVerify changes
git cherry-pick e38a31d951fa35793aaa6e6b57dfcde71f8f5f33 # Added support for restic --verify flag
# fix conflicts
# CONFLICT (content): Merge conflict in config/crd/crds/crds.go
# "make update" for CRDs
git cherry-pick e5c45325c7e32d4e5225680b74045360ce7b63aa # CVE-1869801 update aws-sdk-go to 1.34.11
git cherry-pick b8e95a3be397a82f2ea7a560c0bfd2444a1dc960 # Add BZ automation to repo (#82)

# new commit, Dockerfile.ubi "version bump for velero; update restic branch/build"
# rebase log, "mod=mod" for restic, update to topic branch, velero version bump
6 changes: 3 additions & 3 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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.3.0-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-rc.1-konveyor' -mod=mod ./cmd/velero

RUN mkdir /go/src/github.com/restic \
&& cd /go/src/github.com/restic \
&& git clone https://github.com/konveyor/restic -b konveyor-dev \
&& git clone https://github.com/konveyor/restic -b konveyor-oadp \
&& cd /go/src/github.com/restic/restic \
&& CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' ./cmd/restic
&& CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -mod=mod ./cmd/restic

FROM registry.access.redhat.com/ubi8-minimal
RUN microdnf -y install nmap-ncat && microdnf clean all
Expand Down

0 comments on commit 05bae5e

Please sign in to comment.