Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6a7d017
bump version to 1.8.0 (#716)
Daniel-Fan Jul 19, 2021
7c0149e
apply k8s PreserveUnknownFields into API (#702)
Daniel-Fan Jul 19, 2021
80e4524
build(deps): bump golang from 1.15.7 to 1.16.6 (#710)
dependabot[bot] Jul 19, 2021
42f750c
fix: Make probe more loose (#717)
horis233 Jul 20, 2021
00aeb73
change tag back to latest for base image (#685)
Daniel-Fan Jul 21, 2021
96206fc
refactor ODLM cache to use one pattern of design (#721)
Daniel-Fan Jul 27, 2021
c465c79
Get csv even the installPlan requires Approval (#723)
Daniel-Fan Jul 27, 2021
aa1f42c
perf: shorten initial delay of readness probe (#725)
horis233 Jul 27, 2021
1234047
build(deps): bump golang from 1.16.6 to 1.16.7 (#728)
dependabot[bot] Aug 6, 2021
a56e18d
opt-in of ubi base image automated builds (#727)
Daniel-Fan Aug 6, 2021
63f28d4
add relatedImages to operator CSV (#729)
Daniel-Fan Aug 16, 2021
c932ad9
fix base image file name (#732)
Daniel-Fan Aug 16, 2021
629ce42
bump version to 1.9.0 (#734)
Daniel-Fan Aug 17, 2021
6c84aaa
make operatorconfig optional (#733)
ZhuoxiLi Aug 17, 2021
bbc66c8
build(deps): bump golang from 1.16.7 to 1.17.0 (#735)
dependabot[bot] Aug 18, 2021
31f741f
build: bump k8s dependencies to 1.21 (#736)
horis233 Aug 19, 2021
d687e09
fix: Operator only reconciles when watched subscriptions are updated.…
horis233 Aug 23, 2021
23d4afb
Enable Subscription config in OperandRegistry (#738)
horis233 Aug 23, 2021
816e14e
Trigger build with new base image
Aug 25, 2021
20dadf4
Trigger build with new base image
Aug 25, 2021
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
Prev Previous commit
Next Next commit
change tag back to latest for base image (#685)
  • Loading branch information
Daniel-Fan authored Jul 21, 2021
commit 00aeb7379cb330ec1a1c032c1e9f58be8cbb1224
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o manager main.go
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
# FROM gcr.io/distroless/static:nonroot
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-200.1622548483
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

ARG VCS_REF
ARG VCS_URL
Expand Down