Skip to content

Console Output

01:55:59 + docker build -t rpm-build-tmp .
01:55:59 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:55:59             Install the buildx component to build images with BuildKit:
01:55:59             https://docs.docker.com/go/buildx/
01:55:59 
01:56:11 Sending build context to Docker daemon  4.789GB
01:56:11 
01:56:11 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:56:11  ---> b0b00f9a3fbe
01:56:11 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:56:18  ---> Running in 7a42c19b4968
01:56:19  ---> Removed intermediate container 7a42c19b4968
01:56:19  ---> a117db0ed876
01:56:20 Successfully built a117db0ed876
01:56:20 Successfully tagged rpm-build-tmp:latest