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-1789552280
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789646010

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-1789552280 AS base
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789646010 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-1789552280 AS builder
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789646010 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-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-1789552280
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789646010

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-1789552280 AS base
FROM registry.access.redhat.com/ubi9/ubi:9.8-1789646010 AS base

ARG JDK_VERSION=21

Expand Down