Skip to content

Console Output

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

12:22:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
12:22:24  ---> 80d44c85c12b
12:22:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~168~g907b8bd-1.fc39.x86_64.rpm /root
12:22:25  ---> 0dabb0fdc77d
12:22:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~168~g907b8bd-1.fc39.x86_64.rpm
12:22:25  ---> Running in a1cabf49d60a
12:22:29 Removing intermediate container a1cabf49d60a
12:22:29  ---> ea39d0be40ea
12:22:29 Successfully built ea39d0be40ea
12:22:29 Successfully tagged rpm-build-tmp:latest