Skip to content

Console Output

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

02:03:09 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:03:09  ---> 80d44c85c12b
02:03:09 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~70~g9bc1350-1.fc39.x86_64.rpm /root
02:03:11  ---> 539706011a46
02:03:11 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~70~g9bc1350-1.fc39.x86_64.rpm
02:03:11  ---> Running in e1192fa540c3
02:03:21 Removing intermediate container e1192fa540c3
02:03:21  ---> ea97129c5225
02:03:21 Successfully built ea97129c5225
02:03:21 Successfully tagged rpm-build-tmp:latest