File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 69
69
- name : Start Minikube
70
70
# run this stage only if there are changes that match the includes and not the excludes
71
71
if : ${{ env.CHANGES != '' }}
72
- uses : medyagh/setup-minikube@606b71970c783154fe49b711486c717f5780f485 # v0.0.15
72
+ uses : medyagh/setup-minikube@d8c0eb871f6f455542491d86a574477bd3894533 # v0.0.18
73
73
with :
74
74
addons : ingress
75
75
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
54
54
55
55
# Install openssl for FIPS support
56
56
# @follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest)
57
- FROM registry.access.redhat.com/ubi9-minimal:9.3-1612 AS runtime
57
+ FROM registry.access.redhat.com/ubi9-minimal:9.4-1194@sha256:104cf11d890aeb7dd5728b7d7732e175a0e4018f1bb00d2faebcc8f6bf29bd52 AS runtime
58
58
RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install -y openssl; microdnf clean -y all
59
59
60
60
# Upstream sources
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
54
54
55
55
# Install openssl for FIPS support
56
56
# @follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest)
57
- FROM registry.access.redhat.com/ubi9-minimal:9.3-1612 AS runtime
57
+ FROM registry.access.redhat.com/ubi9-minimal:9.4-1194@sha256:104cf11d890aeb7dd5728b7d7732e175a0e4018f1bb00d2faebcc8f6bf29bd52 AS runtime
58
58
RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install -y openssl; microdnf clean -y all
59
59
60
60
# Upstream sources
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module redhat-developer/red-hat-developer-hub-operator
3
3
go 1.20
4
4
5
5
require (
6
- github.com/go-logr/logr v1.2.4
6
+ github.com/go-logr/logr v1.4.2
7
7
github.com/onsi/ginkgo/v2 v2.9.5
8
8
github.com/onsi/gomega v1.27.7
9
9
github.com/openshift/api v0.0.0-20231121202920-a295b8c5f513
10
10
k8s.io/api v0.28.9
11
11
k8s.io/apimachinery v0.28.9
12
12
k8s.io/client-go v0.28.9
13
13
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
14
- sigs.k8s.io/controller-runtime v0.15.3
14
+ sigs.k8s.io/controller-runtime v0.19.0
15
15
)
16
16
17
17
require (
You can’t perform that action at this time.
0 commit comments