Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY internal/ internal/

RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager cmd/ydb-kubernetes-operator/main.go

FROM alpine:3.15
FROM scratch
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down
1 change: 0 additions & 1 deletion internal/resources/storage.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package resources

import (
"encoding/base64"
"fmt"

api "github.com/ydb-platform/ydb-kubernetes-operator/api/v1alpha1"
Expand Down