Skip to content

Console Output

01:13:17 + docker build -t rpm-build-tmp .
01:13:17 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:13:17             Install the buildx component to build images with BuildKit:
01:13:17             https://docs.docker.com/go/buildx/
01:13:17 
01:13:20 Sending build context to Docker daemon  259.2MB
01:13:20 
01:13:20 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
01:13:20  ---> 4c8c02429e77
01:13:20 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~425~g845c8c9-1.fc40.x86_64.rpm /root
01:13:35  ---> dc549f78243a
01:13:35 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~425~g845c8c9-1.fc40.x86_64.rpm
01:13:35  ---> Running in 04e1427973bb
01:14:01  ---> Removed intermediate container 04e1427973bb
01:14:01  ---> e314eeaa2500
01:14:01 Successfully built e314eeaa2500
01:14:01 Successfully tagged rpm-build-tmp:latest