Skip to content

Commit feaa3dd

Browse files
committed
update images and registry details
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent b24f122 commit feaa3dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
1919

2020
# Use distroless as minimal base image to package the manager binary
2121
# Refer to https://github.com/GoogleContainerTools/distroless for more details
22-
FROM gcr.io/distroless/static:nonroot
22+
FROM alpine:latest
2323
WORKDIR /
2424
COPY --from=builder /workspace/manager .
25-
USER 65532:65532
25+
# USER 65532:65532
2626

2727
ENTRYPOINT ["/manager"]

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2828
# This variable is used to construct full image tags for bundle and catalog images.
2929
#
3030
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
31-
# mycontroller.org/mycontroller-operator-bundle:$VERSION and mycontroller.org/mycontroller-operator-catalog:$VERSION.
32-
IMAGE_TAG_BASE ?= mycontroller.org/mycontroller-operator
31+
# jkandasa/mycontroller-operator-bundle:$VERSION and jkandasa/mycontroller-operator-catalog:$VERSION.
32+
IMAGE_TAG_BASE ?= jkandasa/mycontroller-operator
3333

3434
# BUNDLE_IMG defines the image:tag used for the bundle.
3535
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)

0 commit comments

Comments
 (0)