Skip to content

Console Output

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

02:03:46 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:03:46  ---> 6f15ad1489cd
02:03:46 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~173~g3aef50c-1.fc40.x86_64.rpm /root
02:03:47  ---> 12d6c916a4c1
02:03:47 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~173~g3aef50c-1.fc40.x86_64.rpm
02:03:47  ---> Running in 83543144234d
02:03:51 Removing intermediate container 83543144234d
02:03:51  ---> 4344b2d09cd2
02:03:51 Successfully built 4344b2d09cd2
02:03:51 Successfully tagged rpm-build-tmp:latest