Skip to content

Console Output

02:10:26 + docker build -t rpm-build-tmp .
02:10:26 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:26             Install the buildx component to build images with BuildKit:
02:10:26             https://docs.docker.com/go/buildx/
02:10:26 
02:10:27 Sending build context to Docker daemon  260.6MB
02:10:27 
02:10:27 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:27  ---> 320757bff468
02:10:27 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~402~ge4b6762-1.fc41.x86_64.rpm /root
02:10:45  ---> a13d36ef6c7b
02:10:45 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~402~ge4b6762-1.fc41.x86_64.rpm
02:10:45  ---> Running in a6083bdd3c09
02:11:32  ---> Removed intermediate container a6083bdd3c09
02:11:32  ---> ac4512c353ad
02:11:32 Successfully built ac4512c353ad
02:11:32 Successfully tagged rpm-build-tmp:latest