Skip to content
Closed
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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -tags "$BUILDTAGS" -a -o $APP_ROOT/src/man

# Copy the controller-manager into a thin image
FROM registry.access.redhat.com/ubi8-minimal
RUN microdnf upgrade -y python3-urllib3 && microdnf clean all
WORKDIR /
COPY --from=builder /opt/app-root/src/manager .
USER 65534:65534
Expand Down
Loading