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:28 Sending build context to Docker daemon  258.6MB
02:10:28 
02:10:28 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:10:28  ---> 4c8c02429e77
02:10:28 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~312~g1b6df8d-1.fc40.x86_64.rpm /root
02:10:36  ---> d4fab24bdf49
02:10:36 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~312~g1b6df8d-1.fc40.x86_64.rpm
02:10:36  ---> Running in d5044e86dffe
02:10:58 Removing intermediate container d5044e86dffe
02:10:58  ---> 2a0aec7e8939
02:10:58 Successfully built 2a0aec7e8939
02:10:58 Successfully tagged rpm-build-tmp:latest