Skip to content

Console Output

02:15:42 + docker build -t rpm-build-tmp .
02:15:42 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:42             Install the buildx component to build images with BuildKit:
02:15:42             https://docs.docker.com/go/buildx/
02:15:42 
02:15:43 Sending build context to Docker daemon  261.5MB

02:15:43 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:15:43  ---> 6f15ad1489cd
02:15:43 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~91~g11cea7f-1.fc40.x86_64.rpm /root
02:15:44  ---> 1eaf1ecd4bc7
02:15:44 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~91~g11cea7f-1.fc40.x86_64.rpm
02:15:44  ---> Running in 5c6f64c47bc7
02:15:50 Removing intermediate container 5c6f64c47bc7
02:15:50  ---> 1ab62f9c1e78
02:15:50 Successfully built 1ab62f9c1e78
02:15:50 Successfully tagged rpm-build-tmp:latest