Skip to content

Console Output

01:57:22 + docker build -t rpm-build-tmp .
01:57:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:57:22             Install the buildx component to build images with BuildKit:
01:57:22             https://docs.docker.com/go/buildx/
01:57:22 
01:57:22 Sending build context to Docker daemon  2.048kB

01:57:22 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:57:22  ---> 9b8b1ced7054
01:57:22 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:57:26  ---> Running in 48fe20644d8f
01:57:27 Removing intermediate container 48fe20644d8f
01:57:27  ---> 5c4c7bf10d2e
01:57:27 Successfully built 5c4c7bf10d2e
01:57:27 Successfully tagged rpm-build-tmp:latest