Skip to content

Console Output

17:43:24 + docker build -t rpm-build-tmp .
17:43:24 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
17:43:24             Install the buildx component to build images with BuildKit:
17:43:24             https://docs.docker.com/go/buildx/
17:43:24 
17:43:24 Sending build context to Docker daemon  8.677MB
17:43:24 
17:43:24 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
17:43:24  ---> d7d2363aea25
17:43:24 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
17:43:42  ---> Running in 0425c92542c7
17:43:43  ---> Removed intermediate container 0425c92542c7
17:43:43  ---> e7931348fe56
17:43:43 Successfully built e7931348fe56
17:43:43 Successfully tagged rpm-build-tmp:latest