Skip to content

Console Output

02:11:41 + docker build -t rpm-build-tmp .
02:11:41 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:41             Install the buildx component to build images with BuildKit:
02:11:41             https://docs.docker.com/go/buildx/
02:11:41 
02:11:43 Sending build context to Docker daemon  301.3MB
02:11:43 
02:11:43 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:43  ---> 320757bff468
02:11:43 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~293~g7e6d39b-1.fc41.x86_64.rpm /root
02:12:09  ---> 1f4d78f8da79
02:12:09 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~293~g7e6d39b-1.fc41.x86_64.rpm
02:12:09  ---> Running in 196f505f8c7d
02:12:48  ---> Removed intermediate container 196f505f8c7d
02:12:48  ---> 6a0d955859c1
02:12:48 Successfully built 6a0d955859c1
02:12:48 Successfully tagged rpm-build-tmp:latest