Skip to content

Console Output

02:00:14 + docker build -t rpm-build-tmp .
02:00:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:00:14             Install the buildx component to build images with BuildKit:
02:00:14             https://docs.docker.com/go/buildx/
02:00:14 
02:00:21 Sending build context to Docker daemon  4.036GB
02:00:21 
02:00:21 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
02:00:21  ---> 06a1180650ab
02:00:21 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~379~g243ff5f-1.el10.x86_64.rpm /root
02:00:22  ---> d7e4314398e3
02:00:22 Step 3/3 : RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.26.0~dev~379~g243ff5f-1.el10.x86_64.rpm
02:00:22  ---> Running in 43a6ab2c2092
02:00:25  ---> Removed intermediate container 43a6ab2c2092
02:00:25  ---> f3545d8f2109
02:00:25 Successfully built f3545d8f2109
02:00:26 Successfully tagged rpm-build-tmp:latest