Skip to content

Console Output

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

02:18:06 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:18:06  ---> 9b8b1ced7054
02:18:06 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:19:27  ---> Running in 674957b0ee16
02:19:27 Removing intermediate container 674957b0ee16
02:19:27  ---> 94b634ac1dee
02:19:27 Successfully built 94b634ac1dee
02:19:27 Successfully tagged rpm-build-tmp:latest