File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY ./pkg/ ./pkg/
12
12
RUN go build -o bin/agent ./agent/cmd/agent/main.go
13
13
14
14
# Stage 2: Copy the binaries from the image builder to the base image
15
- FROM registry.access.redhat.com/ubi8 /ubi-minimal:latest
15
+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
16
16
ENV USER_UID=1001
17
17
ENV USER_NAME=agent
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY ./pkg/ ./pkg/
12
12
RUN go build -o bin/manager ./manager/cmd/manager/main.go
13
13
14
14
# Stage 2: Copy the binaries from the image builder to the base image
15
- FROM registry.access.redhat.com/ubi8 /ubi-minimal:latest
15
+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
16
16
ENV USER_UID=1001
17
17
ENV USER_NAME=manager
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY ./pkg ./pkg
12
12
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bin/multicluster-global-hub-operator operator/main.go
13
13
14
14
# Stage 2: Copy the binaries from the image builder to the base image
15
- FROM registry.access.redhat.com/ubi8 /ubi-minimal:latest
15
+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
16
16
17
17
ENV OPERATOR=/usr/local/bin/multicluster-global-hub-operator \
18
18
USER_UID=1001 \
You can’t perform that action at this time.
0 commit comments