Skip to content

Console Output

02:34:35 + docker build -t rpm-build-tmp .
02:34:35 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:34:35             Install the buildx component to build images with BuildKit:
02:34:35             https://docs.docker.com/go/buildx/
02:34:35 
02:34:35 Sending build context to Docker daemon  260.7MB
02:34:35 
02:34:35 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:34:35  ---> 320757bff468
02:34:35 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~400~g89d6008-1.fc41.x86_64.rpm /root
02:34:36  ---> cdf4dbcba8c3
02:34:36 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~400~g89d6008-1.fc41.x86_64.rpm
02:34:36  ---> Running in f4b21f4c3c1c
02:35:08  ---> Removed intermediate container f4b21f4c3c1c
02:35:08  ---> cfeaf84e99e3
02:35:08 Successfully built cfeaf84e99e3
02:35:08 Successfully tagged rpm-build-tmp:latest