File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# renovate: datasource=github-releases depName=OpenVoxProject/openvox
1010ARG OPENVOX_AGENT_VERSION=8.27.0
1111
12- FROM registry.access.redhat.com/ubi9/ubi:9.8-1777460305
12+ FROM registry.access.redhat.com/ubi9/ubi:9.8-1779808651
1313
1414ARG OPENVOX_AGENT_VERSION
1515
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG OPENVOXDB_VERSION=8.13.0
1414# ###############################################################################
1515# Stage: base — JRE + minimal runtime deps
1616# ###############################################################################
17- FROM registry.access.redhat.com/ubi9/ubi:9.8-1777460305 AS base
17+ FROM registry.access.redhat.com/ubi9/ubi:9.8-1779808651 AS base
1818
1919ARG JDK_VERSION=21
2020
Original file line number Diff line number Diff line change 88# podman build -t openvox-e2e-code:latest -f images/openvox-e2e-code/Containerfile .
99
1010# Stage 1: Install modules with r10k
11- FROM registry.access.redhat.com/ubi9/ubi:9.8-1777460305 AS builder
11+ FROM registry.access.redhat.com/ubi9/ubi:9.8-1779808651 AS builder
1212
1313RUN dnf module enable ruby:3.3 -y \
1414 && dnf install -y --setopt=install_weak_deps=False ruby ruby-devel rubygem-bundler git gcc make redhat-rpm-config libffi-devel \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN go mod download
1111COPY cmd/mock/ cmd/mock/
1212RUN CGO_ENABLED=0 go build -o /openvox-mock ./cmd/mock/
1313
14- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1777460003
14+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423
1515
1616LABEL org.opencontainers.image.title="OpenVox Mock" \
1717 org.opencontainers.image.description="Mock ENC/Report/OpenVox DB receiver for E2E tests" \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY internal/ internal/
99ARG TARGETARCH
1010RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -o manager ./cmd/main.go
1111
12- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1777460003
12+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423
1313
1414LABEL org.opencontainers.image.title="OpenVox Operator" \
1515 org.opencontainers.image.description="OpenVox Operator for Kubernetes/OpenShift" \
Original file line number Diff line number Diff line change 44# Build:
55# podman build -t openvox-server-reference:latest images/openvox-server-reference/
66
7- FROM registry.access.redhat.com/ubi9/ubi:9.8-1777460305
7+ FROM registry.access.redhat.com/ubi9/ubi:9.8-1779808651
88
99RUN rpm -Uvh https://yum.voxpupuli.org/openvox8-release-el-9.noarch.rpm \
1010 && dnf install -y --setopt=install_weak_deps=False openvox-server \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG OPENVOX_VERSION=8.27.0
1717# ###############################################################################
1818# Stage: base — JRE + minimal runtime deps (no Ruby)
1919# ###############################################################################
20- FROM registry.access.redhat.com/ubi9/ubi:9.8-1777460305 AS base
20+ FROM registry.access.redhat.com/ubi9/ubi:9.8-1779808651 AS base
2121
2222ARG JDK_VERSION=21
2323
You can’t perform that action at this time.
0 commit comments