Skip to content

Console Output

02:10:09 + docker build -t rpm-build-tmp .
02:10:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:09             Install the buildx component to build images with BuildKit:
02:10:09             https://docs.docker.com/go/buildx/
02:10:09 
02:10:11 Sending build context to Docker daemon  258.9MB
02:10:11 
02:10:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:10:11  ---> 4c8c02429e77
02:10:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~402~ge4b6762-1.fc40.x86_64.rpm /root
02:10:15  ---> eeaae77eef9a
02:10:15 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~402~ge4b6762-1.fc40.x86_64.rpm
02:10:15  ---> Running in fd8ac028c459
02:10:37  ---> Removed intermediate container fd8ac028c459
02:10:37  ---> d642c9f48210
02:10:37 Successfully built d642c9f48210
02:10:37 Successfully tagged rpm-build-tmp:latest