Skip to content

Commit fa6f1c5

Browse files
Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.10-1754489414
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6dc7eeb commit fa6f1c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

client/python/ovmsclient/Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10-1754489414
1818
ARG FINAL_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.10
1919

2020
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #

src/custom_nodes/Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM registry.access.redhat.com/ubi8/ubi:8.10
17+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1754489414
1818
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && yum update -d6 -y && yum install -d6 -y gcc-c++ curl xz
1919

2020
# OpenCV

src/example/SampleCpuExtension/Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10
16+
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10-1754489414
1717
FROM $BASE_IMAGE as base_build
1818

1919
ARG TEMP_DIR=/tmp/openvino_installer

tools/deps/redhat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM registry.access.redhat.com/ubi8/ubi:8.10 as rpmbuild
17+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1754489414 as rpmbuild
1818

1919
WORKDIR /root
2020
COPY rpmbuild.sh /root/
2121
RUN /root/rpmbuild.sh
2222

23-
FROM registry.access.redhat.com/ubi8/ubi:8.10
23+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1754489414
2424

2525
RUN mkdir /rpmbuild/
2626
COPY --from=rpmbuild /ovms-rpmbuild-deps.tar.xz /rpmbuild/

0 commit comments

Comments
 (0)