Skip to content

Console Output

02:13:02 + docker build -t rpm-build-tmp .
02:13:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:02             Install the buildx component to build images with BuildKit:
02:13:02             https://docs.docker.com/go/buildx/
02:13:02 
02:14:38 Sending build context to Docker daemon   5.07GB
02:14:38 
02:14:38 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:14:38  ---> 80d44c85c12b
02:14:38 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~157~g7a05431-1.fc39.x86_64.rpm /root
02:14:45  ---> b9f034fae70f
02:14:45 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~157~g7a05431-1.fc39.x86_64.rpm
02:14:45  ---> Running in 92c5242ab95d
02:15:07 Removing intermediate container 92c5242ab95d
02:15:07  ---> 2e571065e274
02:15:07 Successfully built 2e571065e274
02:15:07 Successfully tagged rpm-build-tmp:latest