File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
example/SampleCpuExtension Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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-1770785762
1818RUN 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
Original file line number Diff line number Diff line change 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-1770785762
1717FROM $BASE_IMAGE as base_build
1818
1919ARG TEMP_DIR=/tmp/openvino_installer
Original file line number Diff line number Diff line change 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-1770785762 as rpmbuild
1818
1919WORKDIR /root
2020COPY rpmbuild.sh /root/
2121RUN /root/rpmbuild.sh
2222
23- FROM registry.access.redhat.com/ubi8/ubi:8.10
23+ FROM registry.access.redhat.com/ubi8/ubi:8.10-1770785762
2424
2525RUN mkdir /rpmbuild/
2626COPY --from=rpmbuild /ovms-rpmbuild-deps.tar.xz /rpmbuild/
You can’t perform that action at this time.
0 commit comments