Skip to content

Console Output

01:53:33 + docker build -t rpm-build-tmp .
01:53:33 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:53:33             Install the buildx component to build images with BuildKit:
01:53:33             https://docs.docker.com/go/buildx/
01:53:33 
01:58:39 Sending build context to Docker daemon  3.349GB
01:58:39 
01:58:39 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:58:39  ---> b0b00f9a3fbe
01:58:39 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:07:16  ---> Running in 91e7aaae6698
02:10:37  ---> Removed intermediate container 91e7aaae6698
02:10:37  ---> 6f5749722b6b
02:10:37 Successfully built 6f5749722b6b
02:10:38 Successfully tagged rpm-build-tmp:latest