File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
example/SampleCpuExtension Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
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
18
18
ARG FINAL_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.10
19
19
20
20
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- FROM registry.access.redhat.com/ubi8/ubi:8.10
17
+ FROM registry.access.redhat.com/ubi8/ubi:8.10-1754489414
18
18
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
19
19
20
20
# OpenCV
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
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
17
17
FROM $BASE_IMAGE as base_build
18
18
19
19
ARG TEMP_DIR=/tmp/openvino_installer
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
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
18
18
19
19
WORKDIR /root
20
20
COPY rpmbuild.sh /root/
21
21
RUN /root/rpmbuild.sh
22
22
23
- FROM registry.access.redhat.com/ubi8/ubi:8.10
23
+ FROM registry.access.redhat.com/ubi8/ubi:8.10-1754489414
24
24
25
25
RUN mkdir /rpmbuild/
26
26
COPY --from=rpmbuild /ovms-rpmbuild-deps.tar.xz /rpmbuild/
You can’t perform that action at this time.
0 commit comments