Skip to content

Console Output

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