cicd: Kaniko seems super fussy
This commit is contained in:
parent
736c9dee2d
commit
7cea239a43
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue