Skip to content

Console Output

19:10:23 + docker build -t rpm-build-tmp .
19:10:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:10:23             Install the buildx component to build images with BuildKit:
19:10:23             https://docs.docker.com/go/buildx/
19:10:23 
19:10:33 Sending build context to Docker daemon  3.362GB
19:10:33 
19:10:33 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
19:10:33  ---> a1331584fdeb
19:10:33 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
19:10:33  ---> Running in bfa0d1a94802
19:10:33 Removing intermediate container bfa0d1a94802
19:10:33  ---> 3f1ed3da1912
19:10:33 Successfully built 3f1ed3da1912
19:10:33 Successfully tagged rpm-build-tmp:latest