Skip to content

Console Output

02:10:22 + docker build -t rpm-build-tmp .
02:10:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:22             Install the buildx component to build images with BuildKit:
02:10:22             https://docs.docker.com/go/buildx/
02:10:22 
02:10:24 Sending build context to Docker daemon  259.8MB
02:10:24 
02:10:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:10:24  ---> 4c8c02429e77
02:10:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~406~gf9e29c1-1.fc40.x86_64.rpm /root
02:10:28  ---> e6cf05a1ad88
02:10:28 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~406~gf9e29c1-1.fc40.x86_64.rpm
02:10:28  ---> Running in acf92924e40c
02:10:43  ---> Removed intermediate container acf92924e40c
02:10:43  ---> 69944124126c
02:10:43 Successfully built 69944124126c
02:10:43 Successfully tagged rpm-build-tmp:latest