Skip to content

Console Output

02:04:50 + docker build -t rpm-build-tmp .
02:04:50 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:50             Install the buildx component to build images with BuildKit:
02:04:50             https://docs.docker.com/go/buildx/
02:04:50 
02:04:50 Sending build context to Docker daemon  300.7MB
02:04:50 
02:04:50 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:04:50  ---> 486100749672
02:04:50 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~293~g7e6d39b-1.fc42.x86_64.rpm /root
02:04:51  ---> c4cd3dc3bb0f
02:04:51 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~293~g7e6d39b-1.fc42.x86_64.rpm
02:04:51  ---> Running in 9b49b7fd397f
02:04:55  ---> Removed intermediate container 9b49b7fd397f
02:04:55  ---> 938dbda806bc
02:04:55 Successfully built 938dbda806bc
02:04:55 Successfully tagged rpm-build-tmp:latest