Skip to content

Console Output

17:40:45 + docker build -t rpm-build-tmp .
17:40:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
17:40:45             Install the buildx component to build images with BuildKit:
17:40:45             https://docs.docker.com/go/buildx/
17:40:45 
17:40:45 Sending build context to Docker daemon  8.875MB
17:40:45 
17:40:45 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
17:40:45  ---> 06a1180650ab
17:40:45 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
17:40:45  ---> Running in 52643ac40a9f
17:40:46  ---> Removed intermediate container 52643ac40a9f
17:40:46  ---> 71a594ca8df9
17:40:46 Successfully built 71a594ca8df9
17:40:46 Successfully tagged rpm-build-tmp:latest