Skip to content

Console Output

02:09:43 + docker build -t rpm-build-tmp .
02:09:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:43             Install the buildx component to build images with BuildKit:
02:09:43             https://docs.docker.com/go/buildx/
02:09:43 
02:09:44 Sending build context to Docker daemon  259.8MB

02:09:44 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc38.amd64
02:09:44  ---> 6a41ba90878f
02:09:44 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~70~g9bc1350-1.fc38.x86_64.rpm /root
02:10:16  ---> 3c98c7533e73
02:10:16 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~70~g9bc1350-1.fc38.x86_64.rpm
02:10:16  ---> Running in 29b1a2354179
02:10:55 Removing intermediate container 29b1a2354179
02:10:55  ---> da391ac9a64b
02:10:55 Successfully built da391ac9a64b
02:10:55 Successfully tagged rpm-build-tmp:latest