Skip to content

Commit c9147f4

Browse files
chore(deps): update container base images
1 parent 5e75fc7 commit c9147f4

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

images/openvox-agent/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# renovate: datasource=github-releases depName=OpenVoxProject/openvox
1010
ARG 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

1414
ARG OPENVOX_AGENT_VERSION
1515

images/openvox-db/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
ARG JDK_VERSION=21
2020

images/openvox-e2e-code/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

1313
RUN 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 \

images/openvox-mock/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go mod download
1111
COPY cmd/mock/ cmd/mock/
1212
RUN 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

1616
LABEL org.opencontainers.image.title="OpenVox Mock" \
1717
org.opencontainers.image.description="Mock ENC/Report/OpenVox DB receiver for E2E tests" \

images/openvox-operator/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY internal/ internal/
99
ARG TARGETARCH
1010
RUN 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

1414
LABEL org.opencontainers.image.title="OpenVox Operator" \
1515
org.opencontainers.image.description="OpenVox Operator for Kubernetes/OpenShift" \

images/openvox-server-reference/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

99
RUN rpm -Uvh https://yum.voxpupuli.org/openvox8-release-el-9.noarch.rpm \
1010
&& dnf install -y --setopt=install_weak_deps=False openvox-server \

images/openvox-server/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
ARG JDK_VERSION=21
2323

0 commit comments

Comments
 (0)