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 b61b029 commit e6544d2Copy full SHA for e6544d2
Dockerfile
@@ -11,7 +11,7 @@ COPY internal/ internal/
11
12
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager cmd/ydb-kubernetes-operator/main.go
13
14
-FROM alpine:3.15
+FROM scratch
15
WORKDIR /
16
COPY --from=builder /workspace/manager .
17
USER 65532:65532
internal/resources/storage.go
@@ -1,7 +1,6 @@
1
package resources
2
3
import (
4
- "encoding/base64"
5
"fmt"
6
7
api "github.com/ydb-platform/ydb-kubernetes-operator/api/v1alpha1"
0 commit comments