Skip to content

Console Output

02:10:03 + docker build -t rpm-build-tmp .
02:10:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:03             Install the buildx component to build images with BuildKit:
02:10:03             https://docs.docker.com/go/buildx/
02:10:03 
02:10:35 Sending build context to Docker daemon  4.208GB
02:10:35 
02:10:35 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:10:35  ---> d02d86188b8a
02:10:35 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~279~g67145d7-1.fc42.x86_64.rpm /root
02:10:38  ---> 6c0a175b90d3
02:10:38 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~279~g67145d7-1.fc42.x86_64.rpm
02:10:38  ---> Running in 50f4d98e5fc0
02:10:51  ---> Removed intermediate container 50f4d98e5fc0
02:10:51  ---> 180b812d80c5
02:10:51 Successfully built 180b812d80c5
02:10:51 Successfully tagged rpm-build-tmp:latest