Skip to content

Console Output

02:13:36 + docker build -t rpm-build-tmp .
02:13:36 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:36             Install the buildx component to build images with BuildKit:
02:13:36             https://docs.docker.com/go/buildx/
02:13:36 
02:14:32 Sending build context to Docker daemon  3.386GB
02:14:32 
02:14:32 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:14:32  ---> b0b00f9a3fbe
02:14:32 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:14:32  ---> Using cache
02:14:32  ---> 73f5a256bdd2
02:14:33 Successfully built 73f5a256bdd2
02:14:33 Successfully tagged rpm-build-tmp:latest