Skip to content

Console Output

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

02:17:37 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:17:37  ---> b8d6c4c44a5d
02:17:37 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:17:37  ---> Running in 8db8e5ab78d3
02:17:37 Removing intermediate container 8db8e5ab78d3
02:17:37  ---> f21435a11a1d
02:17:37 Successfully built f21435a11a1d
02:17:37 Successfully tagged rpm-build-tmp:latest