Skip to content

Console Output

03:02:38 + docker build -t rpm-build-tmp .
03:02:38 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:02:38             Install the buildx component to build images with BuildKit:
03:02:38             https://docs.docker.com/go/buildx/
03:02:38 
03:02:38 Sending build context to Docker daemon  8.937MB
03:02:38 
03:02:38 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
03:02:38  ---> 06a1180650ab
03:02:38 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:04:14  ---> Running in 99c0a0a5becb
03:04:14  ---> Removed intermediate container 99c0a0a5becb
03:04:14  ---> c41f0df5d233
03:04:14 Successfully built c41f0df5d233
03:04:14 Successfully tagged rpm-build-tmp:latest