Skip to content

Console Output

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

02:25:58 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:25:58  ---> 9b8b1ced7054
02:25:58 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:26:19  ---> Running in 54cad5912ac3
02:26:19 Removing intermediate container 54cad5912ac3
02:26:19  ---> 0784f56f6cca
02:26:20 Successfully built 0784f56f6cca
02:26:20 Successfully tagged rpm-build-tmp:latest