Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion images/openvox-agent/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG OPENVOX_AGENT_VERSION=8.28.1
# OPENVOX_MAJOR selects the release repo (openvox${OPENVOX_MAJOR}-release-el-9).
ARG OPENVOX_MAJOR=8

FROM registry.access.redhat.com/ubi9/ubi:9.8-1788939089
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789348643

ARG OPENVOX_AGENT_VERSION
ARG OPENVOX_MAJOR
Expand Down
2 changes: 1 addition & 1 deletion images/openvox-db/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG OPENVOXDB_VERSION=8.15.0
################################################################################
# Stage: base — JRE + minimal runtime deps
################################################################################
FROM registry.access.redhat.com/ubi9/ubi:9.8-1788939089 AS base
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789348643 AS base

ARG JDK_VERSION=21

Expand Down
2 changes: 1 addition & 1 deletion images/openvox-e2e-code/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# podman build -t openvox-e2e-code:latest -f images/openvox-e2e-code/Containerfile .

# Stage 1: Install modules with r10k
FROM registry.access.redhat.com/ubi9/ubi:9.8-1788939089 AS builder
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789348643 AS builder

RUN dnf module enable ruby:3.3 -y \
&& dnf install -y --setopt=install_weak_deps=False ruby ruby-devel rubygem-bundler git gcc make redhat-rpm-config libffi-devel \
Expand Down
2 changes: 1 addition & 1 deletion images/openvox-mock/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go mod download
COPY cmd/mock/ cmd/mock/
RUN CGO_ENABLED=0 go build -o /openvox-mock ./cmd/mock/

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1788939036
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1789349365

LABEL org.opencontainers.image.title="OpenVox Mock" \
org.opencontainers.image.description="Mock ENC/Report/OpenVox DB receiver for E2E tests" \
Expand Down
2 changes: 1 addition & 1 deletion images/openvox-operator/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY internal/ internal/
ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -o manager ./cmd/main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1788939036
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1789349365

LABEL org.opencontainers.image.title="OpenVox Operator" \
org.opencontainers.image.description="OpenVox Operator for Kubernetes/OpenShift" \
Expand Down
2 changes: 1 addition & 1 deletion images/openvox-server-reference/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Build:
# podman build -t openvox-server-reference:latest images/openvox-server-reference/

FROM registry.access.redhat.com/ubi9/ubi:9.8-1788939089
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789348643

RUN rpm -Uvh https://yum.voxpupuli.org/openvox8-release-el-9.noarch.rpm \
&& dnf install -y --setopt=install_weak_deps=False openvox-server \
Expand Down
2 changes: 1 addition & 1 deletion images/openvox-server/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG OPENVOX_VERSION=8.28.1
################################################################################
# Stage: base — JRE + minimal runtime deps (no Ruby)
################################################################################
FROM registry.access.redhat.com/ubi9/ubi:9.8-1788939089 AS base
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789348643 AS base

ARG JDK_VERSION=21

Expand Down