Skip to content

Console Output

15:49:42 + docker build -t rpm-build-tmp .
15:49:42 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
15:49:42             Install the buildx component to build images with BuildKit:
15:49:42             https://docs.docker.com/go/buildx/
15:49:42 
15:49:47 Sending build context to Docker daemon  3.542GB
15:49:47 
15:49:47 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
15:49:47  ---> 06a1180650ab
15:49:47 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.el10.x86_64.rpm /root
15:49:48  ---> ddef856de8db
15:49:48 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~377~g389af8c-1.el10.x86_64.rpm
15:49:48  ---> Running in bec4769b395f
15:49:51  ---> Removed intermediate container bec4769b395f
15:49:51  ---> e0a349e6317c
15:49:51 Successfully built e0a349e6317c
15:49:52 Successfully tagged rpm-build-tmp:latest