Skip to content

Console Output

14:56:15 + docker build -t rpm-build-tmp .
14:56:15 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
14:56:15             Install the buildx component to build images with BuildKit:
14:56:15             https://docs.docker.com/go/buildx/
14:56:15 
15:00:37 Sending build context to Docker daemon  4.273GB
15:00:37 
15:00:37 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
15:00:37  ---> d02d86188b8a
15:00:37 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~401~g25da15c-1.fc42.x86_64.rpm /root
15:00:49  ---> 32a84ee766d9
15:00:49 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~401~g25da15c-1.fc42.x86_64.rpm
15:00:49  ---> Running in 777f15525153
15:01:45  ---> Removed intermediate container 777f15525153
15:01:45  ---> 5d81cc4d93ae
15:01:45 Successfully built 5d81cc4d93ae
15:01:45 Successfully tagged rpm-build-tmp:latest