Skip to content

Commit

Permalink
set HOME in velero image for kopia, update controller-gen for CI (vmw…
Browse files Browse the repository at this point in the history
…are-tanzu#280)

Signed-off-by: Scott Seago <sseago@redhat.com>
  • Loading branch information
sseago committed Oct 24, 2023
1 parent 2a895c2 commit 6f60471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ RUN microdnf -y update && microdnf -y install nmap-ncat && microdnf clean all
COPY --from=builder /go/src/velero velero
COPY --from=restic-builder /opt/app-root/src/restic /usr/bin/restic

RUN mkdir -p /home/velero
RUN chmod -R 777 /home/velero

USER 65534:65534
ENV HOME=/home/velero

ENTRYPOINT ["/velero"]
2 changes: 1 addition & 1 deletion Makefile.prow
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# GOFLAGS=-mod=mod make update

GOFLAGS=-mod=mod
CONGEN_VERSION=0.7.0
CONGEN_VERSION=0.12.0
CODEGEN_VERSION=0.22.2
PROWBIN=/tmp/prowbin
# Name of this Makefile
Expand Down

0 comments on commit 6f60471

Please sign in to comment.