Skip to content

Console Output

02:15:14 + docker build -t rpm-build-tmp .
02:15:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:14             Install the buildx component to build images with BuildKit:
02:15:14             https://docs.docker.com/go/buildx/
02:15:14 
02:15:15 Sending build context to Docker daemon  258.9MB
02:15:15 
02:15:15 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:15:15  ---> 4c8c02429e77
02:15:15 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~427~g59a56e5-1.fc40.x86_64.rpm /root
02:15:37  ---> 9f2f2baa9507
02:15:37 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~427~g59a56e5-1.fc40.x86_64.rpm
02:15:37  ---> Running in f4e6b13ae357
02:16:24  ---> Removed intermediate container f4e6b13ae357
02:16:24  ---> 2836c5ec9639
02:16:24 Successfully built 2836c5ec9639
02:16:24 Successfully tagged rpm-build-tmp:latest