File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
sdk/python/feast/infra/feature_servers/multicloud Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.access.redhat.com/ubi8 /go-toolset:1.22.9 AS builder
2+ FROM registry.access.redhat.com/ubi9 /go-toolset:1.22.9 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
@@ -22,7 +22,7 @@ COPY internal/controller/ internal/controller/
2222# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2323RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
2424
25- FROM registry.access.redhat.com/ubi8 /ubi-micro:8.10
25+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:9.5
2626WORKDIR /
2727COPY --from=builder /opt/app-root/src/manager .
2828USER 65532:65532
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /python-311:1
1+ FROM registry.access.redhat.com/ubi9 /python-311:1
22
33COPY requirements.txt requirements.txt
44RUN pip install -r requirements.txt
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /python-311:1
1+ FROM registry.access.redhat.com/ubi9 /python-311:1
22
33USER 0
44RUN npm install -g yarn yalc && rm -rf .npm
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /python-311:1
1+ FROM registry.access.redhat.com/ubi9 /python-311:1
22ARG RELEASE
33
44USER 0
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /python-311:1
1+ FROM registry.access.redhat.com/ubi9 /python-311:1
22ARG RELEASE
33
44USER 0
You can’t perform that action at this time.
0 commit comments