Skip to content

Console Output

02:12:43 + docker build -t rpm-build-tmp .
02:12:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:43             Install the buildx component to build images with BuildKit:
02:12:43             https://docs.docker.com/go/buildx/
02:12:43 
02:12:53 Sending build context to Docker daemon  3.328GB
02:12:53 
02:12:53 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:12:53  ---> b0b00f9a3fbe
02:12:53 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:12:58  ---> Running in 9480592ab2bf
02:12:59  ---> Removed intermediate container 9480592ab2bf
02:12:59  ---> c9f2af7289d6
02:13:00 Successfully built c9f2af7289d6
02:13:00 Successfully tagged rpm-build-tmp:latest