Skip to content

Commit 2d7d9d7

Browse files
Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.10-1769387947
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 22291ea commit 2d7d9d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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-1769387947
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-1769387947
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-1769387947 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-1769387947
2424

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

0 commit comments

Comments
 (0)