Skip to content

Console Output

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

01:59:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
01:59:24  ---> 6f15ad1489cd
01:59:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~170~gf500cdb-1.fc40.x86_64.rpm /root
01:59:25  ---> f00ea35d062b
01:59:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~170~gf500cdb-1.fc40.x86_64.rpm
01:59:25  ---> Running in 4b2b509a5184
01:59:30 Removing intermediate container 4b2b509a5184
01:59:30  ---> f438768ae75c
01:59:30 Successfully built f438768ae75c
01:59:30 Successfully tagged rpm-build-tmp:latest