Skip to content

Console Output

02:14:12 + docker build -t rpm-build-tmp .
02:14:12 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:14:12             Install the buildx component to build images with BuildKit:
02:14:12             https://docs.docker.com/go/buildx/
02:14:12 
02:16:48 Sending build context to Docker daemon   3.64GB
02:16:48 
02:16:48 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:16:48  ---> 6f15ad1489cd
02:16:48 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~121~g3b470d1-1.fc40.x86_64.rpm /root
02:17:35  ---> 0ad942deac87
02:17:35 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~121~g3b470d1-1.fc40.x86_64.rpm
02:17:35  ---> Running in 7d99466b9884
02:18:14 Removing intermediate container 7d99466b9884
02:18:14  ---> a3cd3ca00dfe
02:18:14 Successfully built a3cd3ca00dfe
02:18:14 Successfully tagged rpm-build-tmp:latest