Skip to content

Console Output

02:04:23 + docker build -t rpm-build-tmp .
02:04:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:23             Install the buildx component to build images with BuildKit:
02:04:23             https://docs.docker.com/go/buildx/
02:04:23 
02:04:31 Sending build context to Docker daemon  690.6MB
02:04:31 
02:04:31 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:04:31  ---> 4c8c02429e77
02:04:31 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~266~gebcbfc5-1.fc40.x86_64.rpm /root
02:04:35  ---> df5224b29b3c
02:04:35 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~266~gebcbfc5-1.fc40.x86_64.rpm
02:04:35  ---> Running in 7e37cc56063f
02:04:50 Removing intermediate container 7e37cc56063f
02:04:50  ---> 8d8494eb6dd7
02:04:50 Successfully built 8d8494eb6dd7
02:04:50 Successfully tagged rpm-build-tmp:latest