Skip to content

Console Output

02:16:25 + docker build -t rpm-build-tmp .
02:16:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:16:25             Install the buildx component to build images with BuildKit:
02:16:25             https://docs.docker.com/go/buildx/
02:16:25 
02:16:25 Sending build context to Docker daemon  2.048kB
02:16:25 
02:16:25 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:16:25  ---> b0b00f9a3fbe
02:16:25 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:16:25  ---> Running in 66c2dbe0ed09
02:16:26 Removing intermediate container 66c2dbe0ed09
02:16:26  ---> d5bcc2ef290f
02:16:26 Successfully built d5bcc2ef290f
02:16:26 Successfully tagged rpm-build-tmp:latest