We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff08494 commit 0e60bbdCopy full SHA for 0e60bbd
Dockerfile
@@ -13,6 +13,8 @@ COPY . .
13
RUN go vet -v
14
RUN go test -v
15
16
+RUN echo "We are failing on purpose. 🦀"; exit 1
17
+
18
RUN CGO_ENABLED=0 go build -o /go/bin/wrserver cmd/wrserver/main.go
19
20
FROM gcr.io/distroless/static-debian11 as wrserver
0 commit comments