Skip to content

Console Output

16:40:53 + docker build -t rpm-build-tmp .
16:40:53 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
16:40:53             Install the buildx component to build images with BuildKit:
16:40:53             https://docs.docker.com/go/buildx/
16:40:53 
16:42:59 Sending build context to Docker daemon  2.617GB
16:42:59 
16:42:59 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
16:42:59  ---> a5edd3811867
16:42:59 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~372~g3ceb0c9-1.fc43.x86_64.rpm /root
16:43:38  ---> e5e6af5bc6fd
16:43:38 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~372~g3ceb0c9-1.fc43.x86_64.rpm
16:43:38  ---> Running in 4f37d3bf8f65
16:44:35  ---> Removed intermediate container 4f37d3bf8f65
16:44:35  ---> 9963ade14fe6
16:44:35 Successfully built 9963ade14fe6
16:44:35 Successfully tagged rpm-build-tmp:latest