File tree 2 files changed +2
-2
lines changed
cmd/kubebuilder/initproject
samples/memcached-api-server
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o controller-manager ./cm
89
89
RUN go test ./pkg/... ./cmd/...
90
90
91
91
# Copy the controller-manager into a thin image
92
- FROM scratch
92
+ FROM ubuntu:latest
93
93
# RUN apk --no-cache add ca-certificates
94
94
WORKDIR /root/
95
95
COPY --from=builder /go/src/{{ .Repo }}/controller-manager .
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o controller-manager ./cm
27
27
RUN go test ./pkg/... ./cmd/...
28
28
29
29
# Copy the controller-manager into a thin image
30
- FROM scratch
30
+ FROM ubuntu:latest
31
31
# RUN apk --no-cache add ca-certificates
32
32
WORKDIR /root/
33
33
COPY --from=builder /go/src/github.com/kubernetes-sigs/kubebuilder/samples/memcached-api-server/controller-manager .
You can’t perform that action at this time.
0 commit comments