Skip to content

Console Output

03:02:52 + docker build -t rpm-build-tmp .
03:02:52 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:02:52             Install the buildx component to build images with BuildKit:
03:02:52             https://docs.docker.com/go/buildx/
03:02:52 
03:02:53 Sending build context to Docker daemon  10.81MB
03:02:53 
03:02:53 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
03:02:53  ---> 15c707c768f7
03:02:53 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:06:44  ---> Running in cd88a3932671
03:06:45  ---> Removed intermediate container cd88a3932671
03:06:45  ---> fb87f9a0adaa
03:06:45 Successfully built fb87f9a0adaa
03:06:45 Successfully tagged rpm-build-tmp:latest