Skip to content

Console Output

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

00:25:25 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
00:25:25  ---> b8d6c4c44a5d
00:25:25 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
00:25:25  ---> Running in 0501e682879d
00:25:26 Removing intermediate container 0501e682879d
00:25:26  ---> 54fc29e1e909
00:25:26 Successfully built 54fc29e1e909
00:25:27 Successfully tagged rpm-build-tmp:latest