Skip to content

Console Output

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

01:58:53 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:58:53  ---> 9b8b1ced7054
01:58:53 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:58:56  ---> Running in ae3f5eba3e4a
01:58:56 Removing intermediate container ae3f5eba3e4a
01:58:56  ---> e5e4acc9c0c6
01:58:56 Successfully built e5e4acc9c0c6
01:58:56 Successfully tagged rpm-build-tmp:latest