cicd: Kaniko seems super fussy

This commit is contained in:
jamesread 2022-08-27 15:35:31 +01:00
parent 736c9dee2d
commit 7cea239a43
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM fedora FROM fedora
RUN dnf install -v go -y --exclude=iputils RUN dnf install -v go -y --exclude=iputils
RUN echo "cwd" && pwd && ls -l RUN pwd
RUN ls -l
COPY go.mod /workspace/ COPY go.mod /workspace/
COPY go.sum /workspace/ COPY go.sum /workspace/
RUN go install -v "github.com/bufbuild/buf/cmd/buf" RUN go install -v "github.com/bufbuild/buf/cmd/buf"