Skip to content

Console Output

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

00:42:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
00:42:40  ---> 80d44c85c12b
00:42:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~183~g504611b-1.fc39.x86_64.rpm /root
00:42:55  ---> 3f09193531ba
00:42:55 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~183~g504611b-1.fc39.x86_64.rpm
00:42:55  ---> Running in 3eac0c2d6b14
00:43:27 Removing intermediate container 3eac0c2d6b14
00:43:27  ---> 30d7700c98a6
00:43:27 Successfully built 30d7700c98a6
00:43:27 Successfully tagged rpm-build-tmp:latest