Skip to content

Console Output

02:11:32 + docker build -t rpm-build-tmp .
02:11:32 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:32             Install the buildx component to build images with BuildKit:
02:11:32             https://docs.docker.com/go/buildx/
02:11:32 
02:11:33 Sending build context to Docker daemon  259.4MB

02:11:33 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:11:33  ---> 80d44c85c12b
02:11:33 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~173~g3aef50c-1.fc39.x86_64.rpm /root
02:11:51  ---> 99b44eee3a0e
02:11:51 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~173~g3aef50c-1.fc39.x86_64.rpm
02:11:51  ---> Running in 0962e888c35a
02:12:38 Removing intermediate container 0962e888c35a
02:12:38  ---> 20ea16d4c426
02:12:38 Successfully built 20ea16d4c426
02:12:38 Successfully tagged rpm-build-tmp:latest