Skip to content

Console Output

02:05:02 + docker build -t rpm-build-tmp .
02:05:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:05:02             Install the buildx component to build images with BuildKit:
02:05:02             https://docs.docker.com/go/buildx/
02:05:02 
02:05:04 Sending build context to Docker daemon  302.9MB
02:05:04 
02:05:04 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:05:04  ---> 320757bff468
02:05:04 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~330~geab8bf9-1.fc41.x86_64.rpm /root
02:05:08  ---> 858fec997972
02:05:08 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~330~geab8bf9-1.fc41.x86_64.rpm
02:05:08  ---> Running in 26e969c3c3f7
02:05:23  ---> Removed intermediate container 26e969c3c3f7
02:05:23  ---> 61cc9d38ff07
02:05:23 Successfully built 61cc9d38ff07
02:05:23 Successfully tagged rpm-build-tmp:latest